Change Circle Icons Fonts
Hey there,
Is it possible to change the circle icon fonts?
Thanks
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.
Hey there,
Is it possible to change the circle icon fonts?
Thanks
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
2Hi barış
Try something like this under Appearance > Custom CSS for Vantage Premium or in your own Custom CSS module/plugin for Vantage Free:
/* Circle Icon Fonts */ .widget_circleicon-widget .circle-icon-box h4 { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } /* Circle Icon Text Color */ .widget_circleicon-widget .circle-icon-box p.text { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } /* Circle Icon More Link */ .widget_circleicon-widget .circle-icon-box a.more-button { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }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
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.