Change the color of the text in the widget
Hello.
How to change the font color of text in widgets:
Title Vantage,
Round icon?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.
Hello.
How to change the font color of text in widgets:
Title Vantage,
Round icon?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Have a different question or issue?
Start New Thread
Replies
1Hi Дмитрий Москаленко
Thanks for the wait. The color of the site title can be changed by inserting the following at Appearance > Custom CSS:
/* Site Title Color */ header#masthead .hgroup h1 { color: #666666; }For the circle icon widgets you ca make use of the following at Appearance > Custom CSS:
/* Circle Icon Heading Color */ .widget_circleicon-widget .circle-icon-box h4 { color: #3b3b3b; } /* Circle Icon Text Color */ .widget_circleicon-widget .circle-icon-box p.text { color: #5e5e5e; } /* Circle Icon More Link */ .widget_circleicon-widget .circle-icon-box a.more-button { color: #3b3b3b; } .widget_circleicon-widget .circle-icon-box a.more-button:hover { color: #dd3333; }Hope that helps :)
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.