Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1332086

    I would like to hide the “Blog” title and the breadcrumb navigation on my website’s blog
    I’m using the Single Author Small setting. Please see the issue here
    https://thegutwarriors.com/blog/

    I was able to “hide both” on this blog page using the “Title Bar” settings

    However, I’m unable to make it happen on
    https://thegutwarriors.com/blog/
    where I have changed the Blog Layout to “Single Author Small Preview Pic” via Enfold theme options.

    Please advise how to make the Title Bar disappear.

    #1332112

    Hey khetarpal,

    Please try the following in Quick CSS under Enfold->General Styling:

    .blog .title_container {
      display: none;
    }

    Best regards,
    Rikard

    #1332181

    Super. That works for hiding the title bar entry.
    Now, I want to add a custom title to the same page. I want it to say

    “BLOG
    The latest articles are below”

    How do I add this?

    #1332238

    Hi,

    Thanks for the update. Are you using the default blog template, or did you create the page yourself? If you are using the default template, then please try to create the layout yourself by adding the Blog Post element to an empty page, then deselect the current page as your blog page in the theme options. After that, then you can add your custom content using elements from the Layout Builder.

    Best regards,
    Rikard

    #1332306

    Got it. Super Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Hiding Title Bar on the Blog with Page Title / Breadcrumbs’ is closed to new replies.