Header
Hello,
i try to change the header color. I dont know if i am doing this right.
Check qqualitymovies.nl
It is the bar where the site title appears.
What do i have to change in Css?
Thank you
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Tim
Please try the following under Appearance > Custom CSS:
/* Focus Masthead */ #masthead { background: #212326 !important; background-image: -webkit-gradient(linear, left bottom, left top, from(#212326), to(#181818)) !important; background-image: -moz-gradient(linear, left bottom, left top, from(#212326), to(#181818)) !important; background-image: -ms-gradient(linear, left bottom, left top, from(#212326), to(#181818)) !important; background-image: -o-gradient(linear, left bottom, left top, from(#212326), to(#181818)) !important; color: #CBCBCB !important; }Adjust as required. You’ll need to adjust the background color, the start and end point of the gradient and the text color.
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.