Home>Support>change color site focus

change color site focus

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].

Hello,

I am trying to change the color of the menu text in black and the color of the headband # 021232 in #FFFFFF how can I do?

Thank you for your reply.

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

  1. 10 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    Hi

    Thanks for running Focus. This is unfortunately not a theme option but you can resolve by inserting the following under Appearance > Custom CSS and editing as required:

    #masthead {
    background: #000;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(#000));
    background-image: -moz-gradient(linear, left bottom, left top, from(#000), to(#000));
    background-image: -ms-gradient(linear, left bottom, left top, from(#000), to(#000));
    background-image: -o-gradient(linear, left bottom, left top, from(#000), to(#000));
    color: #FFF;
    }

    I haven’t used the existing gradient in the above example. I’ve cancelled it out by applying the same starting and ending color. If you want to use the gradient use the first color as your start and the second as your end. It must be repeated three times as you can see in the example, this is to handle different browser environments.

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