Home>Support>Change the color of the text in the widget
  1. 9 years, 3 months ago Andrew Misplon
    Hi, I Work Here

    Hi Дмитрий Москаленко

    Thanks for the wait. The color of the site title can be changed by inserting the following at Appearance > Custom CSS:

    /* Site Title Color */
    
    header#masthead .hgroup h1 {
    color: #666666;
    }
    

    For the circle icon widgets you ca make use of the following at Appearance > Custom CSS:

    /* Circle Icon Heading Color */
    
    .widget_circleicon-widget .circle-icon-box h4 {
    color: #3b3b3b;
    }
    
    /* Circle Icon Text Color */
    
    .widget_circleicon-widget .circle-icon-box p.text {
    color: #5e5e5e;
    }
    
    /* Circle Icon More Link */
    
    .widget_circleicon-widget .circle-icon-box a.more-button {
    color: #3b3b3b;
    }
    
    .widget_circleicon-widget .circle-icon-box a.more-button:hover {
    color: #dd3333;
    }
    

    Hope that helps :)

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