Header, Logo and Navigation - by Stephen Humby

This topic has 6 replies, 4 voices, and was last updated 4 years, 5 months ago ago by Rose Tyler

  • Avatar: Stephen_Humby
    Stephen Humby
    Participant
    October 2, 2019 at 17:00

    Is there a way of centring the logo and removing the navigation menu for just a single page?

    5 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    October 2, 2019 at 18:11

    Hello,

    Edit the page where you want to remove the header > edit the page custom CSS http://prntscr.com/pdywv9 and add the following code

    .menu-wrapper, .navbar-header.navbar-right {
        display: none !important;
    }
    .template-container .header-wrapper .header .header-logo {
        text-align: center;
    }

    Regards

    Avatar: Stephen_Humby
    Stephen Humby
    Participant
    October 3, 2019 at 09:13

    Thanks

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 3, 2019 at 09:17

    Hello,

    You’re welcome!

    Regards

    Avatar: femi_daylloy
    femi daylloy
    Participant
    October 31, 2019 at 14:23

    Hi there,

    On my menu, I want to make the SALE CATEGORY RED IN COLOR while other categories maintain default colors.

    Thanks.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 31, 2019 at 15:09

    Hello, @femi_daylloy

    You can add this code in Theme Options > Styling > Custom CSS > Global:

    .menu #menu-item-193 a {
        color: red;
    }

    If you have any other questions, please submit a new topic http://prntscr.com/pqoa34 https://www.8theme.com/forums/classico-wordpress-support-forum/
    Thanks in advance.

    Regards

  • Viewing 6 results - 1 through 6 (of 6 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.