Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #295811

    Is there a way to show the breadcrumbs only (leaving out the page title)?
    Or is there a way to keep the header color bar and hide both?

    #295953

    Hey satucker!

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

    strong.main-title.entry-title {
    display: none;
    }

    2- to hide both, please add first code and following one too

    .breadcrumb.breadcrumbs.avia-breadcrumbs {
    display: none;
    }

    Cheers!
    Yigit

    #296336

    Thanks so much for the help. I was able to hide the breadcrumbs with this but was unsuccessful with the page title. Here is what I’ve got in Quick CSS:

    time.av-magazine-time.updated { display: none !important; }
    strong.main-title.entry-title {
    display: none;
    }
    .breadcrumb.breadcrumbs.avia-breadcrumbs {
    display: none;
    }

    #296368

    Hi!

    Can we see the site with the css in place?

    Cheers!
    Devin

    #296371

    Its in development but…
    directionscounseling.com/wp

    #296417

    Hi!
    Try the following:

    
    .title_container .main-title a{
    display: none !important;
    }
    

    Best regards,
    Günter

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.