Can I eliminate the header? - by FuegoHD

This topic has 12 replies, 4 voices, and was last updated 8 years, 6 months ago ago by Robert Hall

  • Avatar: FuegoHD
    FuegoHD
    Participant
    October 14, 2015 at 04:42

    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?

    11 Answers
    Avatar: FuegoHD
    FuegoHD
    Participant
    October 14, 2015 at 05:48

    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?

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 14, 2015 at 09:38

    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.

    Avatar: FuegoHD
    FuegoHD
    Participant
    October 14, 2015 at 16:36

    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.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    October 14, 2015 at 16:40

    Hello,

    Please use this code in Global Custom CSS.

    .menu > ul > li > a{
    color:red;
    }

    Regards,
    Robert Hall.

    Avatar: stan
    Stan Russell
    Participant
    October 14, 2015 at 16:41

    Hello,

    please add following css code to your custom.css file:

    .menu-main-container .menu-item a{
    color:red;
    }

    Regards,
    Stan Russell.

    Avatar: FuegoHD
    FuegoHD
    Participant
    October 14, 2015 at 17:11

    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.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    October 14, 2015 at 17:20

    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.

    Avatar: FuegoHD
    FuegoHD
    Participant
    October 14, 2015 at 17:37

    Yes it worked but only on the home page. Should I just delete .home?

    Avatar: FuegoHD
    FuegoHD
    Participant
    October 14, 2015 at 17:39

    I tried that but now it works everywhere except the frontpage…

    Avatar: FuegoHD
    FuegoHD
    Participant
    October 14, 2015 at 17:40

    Got it. I put it twice, once with .home and once without.

    Thanks!!!

    Avatar: Robert Hall
    Robert Hall
    Support staff
    October 14, 2015 at 17:55

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

  • Viewing 12 results - 1 through 12 (of 12 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.