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 11 years, 5 months ago

    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.

Have a different question or issue?

Start New Thread