Okay
  Public Ticket #2451137
removing page title on specific pages
Closed

Comments

  • IGLOOO started the conversation

    Hi there, I set the "Automatically Add Page Title to Page Header" to on for all pages. However I'd like to remove it on the homepage, but can't see setting for it on its respective page. Can you tell me how to do this? 

    Thank you!

  •  8,884
    Tahir replied

    Hey,
    Please provide the page URL so I may write up the custom CSS for this request.
    Thanks


    ThemeNectar Support Team 

  • IGLOOO replied

    I'm working on a development site, so no url at the moment. What class is the css supposed to be applied to?

  •  8,884
    Tahir replied

    Hey Again,

    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):

    .home div#page-header-wrap {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  • IGLOOO replied

    Thank you!