Need Help with Basic CSS
-
I am trying to hide the main menu from my front page and my buddy wrote me an email on how to fix it but I am very very new so can someone walk me step by step how to nsert the code he gave me?
About hiding the main menu only on the front page or homepage, what you can do is add an embed css to the homepage using the <style> html tags i.e
Add the following to the end of the homepage content while the page editor is in text mode:
<style> #site-navigation {display: none !important;}</style>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Need Help with Basic CSS’ is closed to new replies.