Blog header color different than rest of page

Hello,

How do I change my blog’s header to transparent? All of the other pages’ header is transparent only the blog’s is blue. I’ve tried editing in CSS using the code snippets found in the forum but nothing changes.

Best,
Jerome

Hi Jerome,

Thanks for reaching out.

You can change the Header Color by going to Theme Options > Renew

If this doesn’t resolve it, please provide login credentials for your site in a secure note, including:

– Link to your site
– WordPress Admin username / password

To create a secure note, click the key icon underneath any of your posts.

Thanks

Hi Jerome,

Thanks for reaching out.

It’s due to custom CSS, please remove this from your Theme Options > CSS

.single-post .masthead {
    position: relative;
    width: auto;
    background-color: #001937;
}

Thanks!

Worked like a charm! Thanks alot.

You’re most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.