Disable color lines
-
Hi,
I don’t want the line that appears above the active menu item, and I don’t want the colored line at the bottom of each page. How do I disable?
Thanks!
Natalie
-
Dear Natalie,
to hide the line above the active menu item, please insert the following CSS into “Theme Options > Other Settings > Custom CSS”:
#wrapper #wrapper-header .menu-box .current-menu-item > a, #wrapper #wrapper-header .menu-box .current-menu-ancestor > a, #wrapper #wrapper-header .menu-box .current_page_item > a, #wrapper #wrapper-header .menu-box .current-page-ancestor > a { border-color: white;}To disable the line at the bottom of a page, please use the following CSS:
#wrapper #wrapper-footer {border-top: none;}Best regards,
Tomas TomanThanks for your help Tomas – the wrapper-footer line worked, but the menu is still showing the brown lines. Any ideas?
I’d also like the menu to be aligned with the bottom of my logo.
I’m being needy! Thanks very much for your help!
My site:
http://a0a.352.myftpupload.com/Please try to modify the CSS in the following way to hide the lines above the active menu items:
#wrapper #wrapper-header .menu-box .current-menu-item a, #wrapper #wrapper-header .menu-box .current-menu-ancestor a, #wrapper #wrapper-header .menu-box .current_page_item a, #wrapper #wrapper-header .menu-box .current-page-ancestor a { border-color: white !important;}To align your menu with the bottom of the logo, please use the following CSS:
body .menu-box a {padding-top: 54px; height: 70px !important;}Best regards,
Tomas TomanWorked perfectly. Thanks so much. Also, I’ve ordered the premium version which helps. Thank you for your time! Great themes.
I am glad that I could help you! 🙂
Best regards,
Tomas Toman
The topic ‘Disable color lines’ is closed to new replies.
