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].
I could change both through the custom CSS plugin in NORMAL GRID mode (squares thumbnails), but I cant do the same when selecting the circle mode.
Can u please, send me the css code I need to use to change both titles and excerpt in such Layout?
Hi Antonio
The three selectors you need are as follows:
.widget_circleicon-widget .circle-icon-box h4 { color: #3b3b3b; font-weight: bold; font-size: 17px; margin-bottom: 0.8em; margin-top: 0; } .widget_circleicon-widget .circle-icon-box p.text { margin: 0; color: #5e5e5e; font-size: 13px; margin-bottom: 10px; } .widget_circleicon-widget .circle-icon-box a.more-button { display: block; text-decoration: none; color: #3b3b3b; font-weight: bold; font-size: 13px; }Edit or delete the existing declarations; add new declarations as required.