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.

Replies

1
  1. Andrew Misplon Staff 10 years, 8 months ago

    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.

Have a different question or issue?

Start New Thread