Home › Support › Themes Forum › How to hide the double top menù
Tagged: top menu
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
Hi
For hide topbar go to Appearance >> Theme Options >> Basic Settings >> Custom CSS >> and add this code. #topbar{display:none;}
Hi, thank you.
And how to have the topbar that is fixed up when scrolling page?
By default, is not fixed.
Thanks
We have done it the topbar fixed.
Hi, thank you, can you explain me how to fix this issue?
Thank You.
We have made minor changes in style.css file.
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.
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;}
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;}
For reducing height use this .innerbanner{ text-align:center; height:400px; overflow:hidden; position:relative; }
.innerbanner{ text-align:center; height:400px; overflow:hidden; position:relative; }
For hide .innerbanner{display:none}
.innerbanner{display:none}