Okay
  Public Ticket #1717028
blog post header and menu
Closed

Comments

  •  2
    Grant started the conversation

    Hi

    i would like to remove the blog post header and menu (replace with rev slider)

    what is the best way to do that?

  •  8,998
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •  2
    Grant replied

    http://granteagles.com/the-world-of-energy-and-metaphysics/


    i am playing to untilize rev slider with menu across all pages and posts.

    got the pages no header but dont know how to remove menu header from blog posts.

  •  8,998
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .single .heading-title[data-header-style="default_minimal"] {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    Grant replied

    still showing menu in posts


  •  8,998
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    body.material #header-outer:not([data-format="left-header"]) header#top > .container > .row nav {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team