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

    Hello,

    I’m trying to remove the bread crumbs under the Fixed Header with Social Icons and also remove the resizing when you scroll.

    What should I do?

    Thank you.

    #173385

    Hi centrix!

    Try adding this code to the Quick CSS:

    .title_container{
    display: none !important;
    }
    .social_header #header_main .container, .social_header .main_menu div > ul > li > a {
    height: 115px !important;
    line-height: 116px !important;
    }

    Regards,
    Josue

    • This reply was modified 11 years, 1 month ago by Josue.
    #173615

    Hello Josue,

    That did the trick. Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove bread crumbs from Fixed Header with Social Icons’ is closed to new replies.