How Do I Remove Logo and Header Completely?

edited February 2019 in Other
How Do I Remove Logo and Header Completely?  I want to use revolution slider without betheme's logo and header.  I don't want to select "Blank Page" because I want to use BeTheme's footer.

Comments

  • Hi,
    The blank page is the best solution in my humble opinion.
    You can recreate it as the last section in the Muffin Builder.

    But, the other way to make it is disabling the header through the Custom CSS.
    If you don't know how to do it, please send me a link to your website.
    Thanks
  • edited February 2019
    https://www.mediaoftheday21.com

    So i found this css on a previous topic:

    #Header_wrapper{
    display:none !important;

    I don't like this either because now I can't use the rev slider or any image for that matter as content above wordpress editor.  All I want is to be able to have a header of my choosing without having a logo or menu, and still be able to use the theme footer.  it seems i can't have what I want here.

    The home page is fine because it is all slider and footer with no wordpress content.


    I need wordpress content.  When I force the slider above this content, it covers up the top of both sidebars.
  • Nevermind.  I found the answer in an earlier thread.

    #Top_bar .logo { 
    display: none !important; 
    }

    This gives me exactly what I want using a transparent no menu header. Thank you.
  • If you have some other questions, feel free to ask.
    Greetings
Sign In or Register to comment.