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].
Hey there,
Is it possible to change the circle icon fonts?
Thanks
Hi barış
Try something like this under Appearance > Custom CSS for Vantage Premium or in your own Custom CSS module/plugin for Vantage Free:
Edit as required.
Hi Andrew and thanks =)
I pasted the bleow in the circle icon’s Edit page … Widget Styles/ Attributes/CSS Styles
/* Circle Icon Fonts */
.widget_circleicon-widget .circle-icon-box h4 {
font-family: \”Comic Sans MS\”, cursive, sans-serif;
}
/* Circle Icon Text Color */
.widget_circleicon-widget .circle-icon-box p.text {
font-family: \”Comic Sans MS\”, cursive, sans-serif;
}
/* Circle Icon More Link */
.widget_circleicon-widget .circle-icon-box a.more-button {
font-family: \”Comic Sans MS\”, cursive, sans-serif;
}
Nothing changed , is there something wrong I’m doing ?
Thanks