Home>Support>Changing colour font in titles and excerpt in Circle Grid blog Layout

Changing colour font in titles and excerpt in Circle Grid blog Layout

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?

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 7 months ago Support Assistants

    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.

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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More