• Resolved sirrat

    (@sirrat)


    Hello,

    There is no support page for the child theme of Escapade itself, so hopefully posting in the parent theme’s forum will help me find my answer.

    My website, sirratdesign.com, has the issue of being unable to hide the header. I want the large gray bar at the top of every page gone. I have gotten rid of the Hero widget itself using the custom CSS section, but the header background seems to be attached to my navigation sidebar. Every time I use the custom CSS section to hide the header background, the sidebar disappears as well.

    Overall, I just want to get rid of the glaring hideous plain gray bar and not lose my site’s navigation in the process.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @sirrat,

    We’re working on getting escapade up on ww.wp.xz.cn, but it takes some time. We won’t have a support page here on ww.wp.xz.cn until then – but for the meantime we have a support forum on Github, found here: https://github.com/godaddy/wp-escapade-theme/issues

    To respond to your question a bit I think what you are after is the following:

    #masthead {
        background: transparent !important;
        color: transparent;
    }

    You will want to add that to the same place you’ve made the other style adjustments, to hide the hero widget itself.

    Let us know if that helps get you headed in the right direction.

    Thread Starter sirrat

    (@sirrat)

    Thank you so much @eherman24!

    I entirely looked over the support page for Escapade, apparently. Thank you for showing that to me! But yes, this is exactly what I’ve been trying to do. If it’s possible, I’m going to work on trying to push the content of each page up a little further to make up for the space the header filled, but for now this is great progress.

    Again, thank you for the help, and good luck with getting Escapade on WordPress!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Escapade Child Theme Header Issue’ is closed to new replies.