Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #101577
    scubadc
    Participant

    I’ve followed the instructions in this post – https://catchthemes.com/support-forum/topic/remove-fixed-header-top-dropdown/ and turned off the Header toggle. However that option drops the page down with the header inserted above. When you use the toggle, the header is nicely imposed over the featured image with some transparency so the image is showing through the header. Is it possible to remove the toggle and retain the header overlap with the image?

    #101618
    Mahesh
    Keymaster

    @scubadc: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #header-toggle {
    	display: none;
    }
    #masthead {
    	opacity: 1;
    }
    #masthead.displaynone {
    	display: block;
    }

    Regards,
    Mahesh

    #101644
    scubadc
    Participant

    That worked perfectly, thanks so much for the very speedy response!

    #101694
    Mahesh
    Keymaster

    @scubadc: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Header Transparancy’ is closed to new replies.