Changing the font color in page builder
Hey.
I am trying to change the color of my words in the circle icons (page builder). The headlinies are in black, thats fine, but the text beneath the headlines is grey. Is the a way to change this color to black?
Thanks you
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi Tobias
Below is a full set of selectors for the Circle Icon widget. You can pick what you’d like to change out of those:
/* Circle Icon Font */ .circle-icon-box { font-family: Arial; } /* Circle Icon - Icon Font Size */ .widget_circleicon-widget .circle-icon-box .circle-icon [class^="icon-"] { font-size: 24px !important; } /* Circle Icon Heading Color */ .widget_circleicon-widget .circle-icon-box h4 { color: #3b3b3b !important; font-size: 14px !important; } /* Circle Icon Text Color */ .widget_circleicon-widget .circle-icon-box p.text { color: #5e5e5e !important; font-size: 14px !important; } /* Circle Icon More Link */ .widget_circleicon-widget .circle-icon-box a.more-button { color: #3b3b3b !important; font-size: 14px !important; } .widget_circleicon-widget .circle-icon-box a.more-button:hover { color: #dd3333 !important; font-size: 14px !important; } /* Vantage set Circle Icon Widget Icon color */ .widget_circleicon-widget .circle-icon-box .circle-icon [class^="icon-"] { color: #FFFFFF; font-size: 14px !important; }Alternatively, switch over to the Features widget in our Widget Bundle plugin which has more formatting options.
Thank you! It worked well.
Super, glad to hear you made progress there.
All the best.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.