• Resolved daneloctober

    (@daneloctober)


    Hi,

    I absolutely love your theme!

    I just want to resolve one issue that’s been bugging me for a while. You see, I’ve set a background image for all pages, by setting the heading to “Minimal”. Now, for the homepage, I want it to be transparent, but when I do that, it’s not transparent. It still follows the default. What am I doing wrong? Is that not possible? When I disable the header for the homepage only, that works. But when I change the header type, it doesn’t change. Please help!

    Thanks,
    Danel

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author oceanwp

    (@oceanwp)

    Hello, your header on the homepage is transparent, what is the problem? Do you mean you want no background? If yes, go to the Header > General section of the customizer to add a transparent background color. I also see that you have the media header overlay, go to the Header Media section and delete the media so you will have no overlay.

    Thread Starter daneloctober

    (@daneloctober)

    Hi, it’s transparent because I added custom CSS that removes the image only on the home page. I had no other choice.

    Is it not possible to have Header Media in other pages, and have it transparent on the home page by editing it in the dashboard?

    Theme Author oceanwp

    (@oceanwp)

    Oh, yes of course, add this css code:

    body.home #site-header.has-header-media .overlay-header-media {
        display: none;
    }

    That will remove the media overlay for the homepage.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Transparent Header for Home page ONLY is not working’ is closed to new replies.