Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #26640

    I am moving to Enfold from another theme and have a little issue with the header settings:

    “Header Settings Display the Header with Page Title and Breadcrumb Navigation?”

    I do NOT want to show the page title and breadcrumbs, is there an easy way to change the default settings to NOT show it?

    I know I can change the settings for each page/post, but I don’t want to do so much manual labour.

    I can probably find the settings in mysql database and change it there, but i really dont want to mess with the database content if there is an easy way to do it within the theme.

    #131119

    Hi darkcanvas,

    The most straightforward way would be to try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    .title_container {
    display: none;
    }

    Then re-enable it per page using the page or post ID and css.

    Regards,

    Devin

    #131120

    Devin,

    I added the code to my Quick CSS and the headers on all my Pages and posts are no longer showing.

    But I still want them to show on my Pages (just not my blog)

    How do I change the code above to limit it to only blogs?

    Thanks

    EDIT: NM got it…

    #131121

    Glad we could help :)

    Let us know if you have any other questions or issues.

    Regards,

    Devin

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