Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi,
next question – the headings of the circle colour widget switched from red to black with the new update. How can I fix that?
Ps. Same thing here with the order number – I’ve no order number, but using the Premium version.
Hi BrayZ Beats
Here is a full set of selectors you can use to control the Circle Icon widgets, insert under Appearance > Custom CSS, edit as required and delete what you don’t need:
/* 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; }You can find your order number under Settings > General in the SiteOrigin order number field at the bottom of the page. If you need to recall your order number you can do so using this form: https://siteorigin.com/orders/
Hi Andrew,
great – thank you !
For sure, glad we could help.