Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #308047

    I’ve used the following code to keep the breadcrumbs but hide the title and also move the breadcrumbs over to the

    strong.main-title.entry-title {
    display: none !important;
    }
    .title_container .breadcrumb { 
        left: 0px; 
    }
    

    The problem is that on archive category pages a headline appears that overlaps my breadcrumbs and I can’t seem to figure ho how shift that over to the right side. Any ideas?

    #308094

    I figured it out!

    the original code I got from another post had to be modified. I removed strong and it worked fine.

    
    .main-title.entry-title {
    display: none !important;
    }
    #308097

    Hi!

    Glad you figured it out! Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Page Headline Showing’ is closed to new replies.