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.

Changing the font color in page builder

Resolved 3 replies premiumthemetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 11 years, 2 months ago

    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. Samwer Frederick 11 years, 2 months ago

    Thank you! It worked well.

  3. Andrew Misplon Staff 11 years, 2 months ago

    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.

Have a different question or issue?

Start New Thread