Home>Support>Changing the font color in page builder

Changing the font color in page builder

Hey.

I am trying to change the color of my words in the circle icons (page builder). The headlinies are in black, thats fine, but the text beneath the headlines is grey. Is the a way to change this color to black?

Thanks you

URL: http://www.geschenkedienst24.de

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, 9 months ago Andrew Misplon
    Hi, I Work Here

    Hi Tobias

    Below is a full set of selectors for the Circle Icon widget. You can pick what you’d like to change out of those:

    /* 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;
    }
    

    Alternatively, switch over to the Features widget in our Widget Bundle plugin which has more formatting options.

  2. 9 years, 9 months ago Samwer Frederick

    Thank you! It worked well.

  3. 9 years, 9 months ago Andrew Misplon
    Hi, I Work Here

    Super, glad to hear you made progress there.

    All the best.

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