• vcvc8697

    (@vaughyn13)


    Can anyone help me hide the header image, but not the navigation menu? I tried to use right-click, inspect, and display:none on the element, but every time it always ends up hiding the navigation menu along with the header image.

    I want to hide the header image and title within it on all Inner Pages

    Thank you!

    Using OnePageExpress theme

    • This topic was modified 1 year ago by vcvc8697.
    • This topic was modified 1 year ago by vcvc8697.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter vcvc8697

    (@vaughyn13)

    I would also like the CSS to hide the footer on the inner pages.

    Please go to Appearance->Customize->Additional CSS option then add that code

    .header.v-align-top{
       background: none !important;
    }
    
    .inner-header-description{
       display: none;
    }
    Thread Starter vcvc8697

    (@vaughyn13)

    Thank you Muhammad, that worked perfectly.

    Could you also help me?:

    1) hide the footer on just the inner pages?

    2) be able to change the logo on just the inner pages?
    (i.e. I want to make the logo white on the homepage, and black on inner pages)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to hide header image on “inner pages”’ is closed to new replies.