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