How to hide the double top menù

Home Support Themes Forum How to hide the double top menù

Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #2979
    Giampaolo
    Participant

    Hi, i have buy literacy pro.

    I wount to hide the Top Menu, witch is the one where are the email and phone information.

    How i can hide it?

    Thank You

    #2997
    FlyThemes
    Keymaster

    Hi

    For hide topbar go to Appearance >> Theme Options >> Basic Settings >> Custom CSS >> and add this code.
    #topbar{display:none;}

    Thank You

    #3007
    Giampaolo
    Participant

    Hi, thank you.

    And how to have the topbar that is fixed up when scrolling page?

    By default, is not fixed.

    Thanks

    #3012
    FlyThemes
    Keymaster

    Hi

    We have done it the topbar fixed.

    Thank You

    #3028
    Giampaolo
    Participant

    Hi, thank you, can you explain me how to fix this issue?

    Thank You.

    #3043
    FlyThemes
    Keymaster

    Hi

    We have made minor changes in style.css file.

    Thank You

    #47591
    Anonymous
    Inactive

    Dear Team,

    Please help me to hide inner page banner for site. On hiding it, it is leaving a wide blank white space. Please help.

    #47592
    Anonymous
    Inactive

    Dear Team,

    Literacy Pro Theme:
    Please help me to hide inner page banner for site. On hiding it, it is leaving a wide blank white space. Please help.

    Should I change in theme editor line 78:

    .header-inner { width:1170px; margin:0 auto; position:relative;}

    #47593
    Anonymous
    Inactive

    Dear Team,

    For hiding or reducing space of inner page banner should I change in theme editor: line 163/164

    .innerbanner{ text-align:center; height:400px; overflow:hidden; position:relative; }
    .innerbanner img{ position: relative; background-size:cover; width:100%; height:auto;}

    #47629
    FlyThemes
    Keymaster

    Hi

    For reducing height use this
    .innerbanner{ text-align:center; height:400px; overflow:hidden; position:relative; }

    For hide
    .innerbanner{display:none}

    Thank You

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