How do you get rid of fixed banner - by pro2know

This topic has 6 replies, 2 voices, and was last updated 8 years, 10 months ago ago by Eva Kemp

  • Avatar: pro2know
    pro2know
    Participant
    June 13, 2015 at 12:40

    I would just like to have my menu along the fixed navigation how can I get rid of the logo off the fixed navigation?

    Thanks
    James

    5 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    June 13, 2015 at 13:24

    Hello,

    Please give us access to your site.

    Regards,
    Eva Kemp.

    Avatar: pro2know
    pro2know
    Participant
    June 13, 2015 at 13:59

    login is in private

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    June 15, 2015 at 08:30

    Hello,

    Please add this code in custom.css file:

    .fixed-header-area .header-logo img {
     display: none !important;
    }

    Regards,
    Eva Kemp.

    Avatar: pro2know
    pro2know
    Participant
    June 23, 2015 at 02:45

    The code gets rid of the logo but how can I have the menu stretched across the whole fixed navigation bar.

    Avatar: Eva
    Eva Kemp
    Support staff
    June 23, 2015 at 11:03

    Hello,

    I’ve added this code in Theme Options > Custom CSS > Global Custom CSS:

    .fixed-header-area .header-logo {
        display: none !important;
    }
    .fixed-header-area .fixed-header > .container {
        width: 1250px !important;
        margin-top: 10px !important;
    }
    .fixed-header-area .collapse {
       width: 100%;
    }

    Please check fixed header now.

    Regards,
    Eva Kemp.

  • 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.