This topic has 12 replies, 4 voices, and was last updated 9 years, 1 months ago ago by Robert Hall
Hi, I’d like to eliminate the header and/or footer on certain pages and/or maybe even the entire site. Is this possible or do I have to completely deactivate the theme to get a clean page?
I’m wondering why one page has the menu in white text and the other pages have black text. I selected the header in Theme Options>Header I would think it would use the same header in all pages no?
Hello,
If you want to remove footer and header you can select “Blank page” template in the settings for the needed page.
The issue with menu has been fixed.
Please check.
Best regards,
Jack Richardson.
Thank you Jack! Can I please know how to change the text color in the menu? I want to try a few different colors until I get the perfect one.
Hello,
Please use this code in Global Custom CSS.
.menu > ul > li > a{
color:red;
}
Regards,
Robert Hall.
Hello,
please add following css code to your custom.css file:
.menu-main-container .menu-item a{
color:red;
}
Regards,
Stan Russell.
Assuming these codes would make my navigation text red, neither of them worked. My menu is still white and not visible on a white page/slide.
I’ve added this code in Global Custom CSS. Please check.
.home .header-type-2.slider-overlap .header .menu > li > a{
color:red !important;
}
Regards,
Robert Hall.
Yes it worked but only on the home page. Should I just delete .home?
I tried that but now it works everywhere except the frontpage…
Got it. I put it twice, once with .home and once without.
Thanks!!!
Hello,
You’re welcome!
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up