Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #207676

    I would like to make my own header on my blog. The page settings seem to be overridden. How can I remove the title (or header?) bar and breadcrumbs from my active blog. Website is scoutcharleston.com/here. Thanks!

    #207702

    Hey cally423!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .blog .title_container { display: none; }

    if you would like to remove it globally, you can simply remove .blog

    Regards,
    Yigit

    #207794

    Thank you for the quick response!! That removed the header bar/breadcrumbs successfully. I guess my only question is…can I not customize a header on that page with the Avia layout editor? I’m trying to create a color section (in alternate) with the word Blog. (yes, very similar to what the title bar looked like but my client wants the word “Blog” bigger and in all caps…and no breadcrumbs.

    #207822

    Hi!

    Have you tried using the Special Heading element? Can you please give us a link to the actual page where you’re trying to add the title?

    Best regards,
    Ismael

    #207990

    I just tried using Special Heading element, and nothing showed up. It’s the page I’ve designated as the blog, and only the posts seem to show up. http://scoutcharleston.com/here/blog

    All I want to do is add a bar of my alternate color with text inside. It would look very similar to the default title bar with title and breadcrumbs, but we the text changed a little and no breadcrumbs. If it’s easier to tell me how to edit the default title bar, that may be a better way to go….?

    #207994

    Hi!

    If you would like to achieve something like this http://i.imgur.com/FkkLWqK.jpg
    you can remove the code i posted previously and add following one instead

    .title_container .breadcrumb { display: none; }
    .title_container .main-title { font-size: 30px; }

    Regards,
    Yigit

    #208035

    Yes, that worked! We’re almost there. I also needed to make the text all caps, so I added –

    text-transform: uppercase;

    That worked!

    I also need to make it the “BLOG” text the brown color (instead of white) and center it across the page in the bar. So I tried adding the text align and color CSS (see below), and it didn’t center or change colors. Any idea why?

    .title_container .breadcrumb { display: none; }
    .title_container .main-title { font-size: 30px; text-transform:uppercase; text-align: center; color: #655b58; }

    #208170

    Hey!

    Please use following code in Quick CSS instead

    .alternate_color.title_container .main-title { color: #655b58; }
    #top .title_container .container { text-align: center; }

    Regards,
    Yigit

    #820350

    I tried this to remove the title on my blog posts, but it’s not working. I also am wondering if I can add a custom image that shows up on all the blog pages.

    #820501

    Hi sproutstudio,

    You are replying to a very old thread, could you start a new thread and try to explain your problems a bit further please? Also include admin login details in private so that we can have a closer look at your installation.

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Remove Blog Title Bar & Breadcrumbs’ is closed to new replies.