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

    Dear Support,

    How can I do the following:
    1. Reduce the height of Header Title and Breadcrumbs
    2. Remove ”You are here:” from Breadcrumbs
    3. Completely remove Header Title and Breadcrumbs from the home page

    Regards,

    Emin

    #417050

    Hey emin!

    Thank you for coming back.

    1 + 2) Use the following:

    
    #main .title_container {
        height: 49px !important;
    }
    
    .breadcrumb .breadcrumb-trail .trail-before {
        display: none !important;
    }
    

    3) Open the page and in the layout metabox Title Bar Settings select “hide both”. I did that for you already. You can overwrite the general enfold settings for every page here.

    Regards,
    Günter

    #417074
    This reply has been marked as private.
    #417124

    Hi!

    Thank you for coming back.

    Try the following:

    
    .home .av-rotator-container h3 {
        font-weight: 900 !important;
    }
    

    Cheers!
    Günter

    #417369

    Hello Gunter,

    It is OK now.

    Thanks so much

    Regards,

    Emin

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Reducing the height of Header Title and Breadcrumbs’ is closed to new replies.