Remove logo from menu and sub menu when you scroll down the page

This topic has 6 replies, 3 voices, and was last updated 8 years, 8 months ago ago by Jack Richardson

  • Avatar: Kris
    Kris
    Participant
    July 23, 2015 at 00:44

    I would like to know how I can remove the logo from the navigation bar entirely. If it is enabled, it will push my page tabs lower and then the drop down menu items become unclickable.

    Thank you,

    Kris

    5 Answers
    Avatar: stan
    Stan Russell
    Participant
    July 23, 2015 at 09:02

    Hello,

    we have added following code to your custom.css file:

    .header7 .logo{
    display:none;
    }

    Please clear browser cache and check your site.

    Regards,
    Stan Russell.

    Avatar: Kris
    Kris
    Participant
    July 27, 2015 at 19:39

    Stan,

    Thank you but I do not wish to remove the logo from the header entirely, only from the dropdown sub menu.

    http://s2.postimg.org/sqh6s3m7d/logo_scrollnav.png

    Thanks!

    Kris

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 28, 2015 at 10:46

    Hello,

    As I see logo isn’t showing in fixed header:
    http://storage2.static.itmages.com/i/15/0728/h_1438076740_2195485_56fc809e3a.png
    Have you resolved the issue?

    Best regards,
    Jack Richardson.

    Avatar: Kris
    Kris
    Participant
    July 31, 2015 at 17:59

    Jack,

    Well i added css to the fixed header and minimized the size of the logo sustatially so that it doesn’t show up but I want the menu to be centered and I can’t do that because the menu is still acting as though the logo is there. The div is still in the way

    Kris

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 3, 2015 at 07:25

    Hello,

    I’ve added this code in Appearance > Custom CSS:

    .fixed-header-area .fixed-header .logo-with-menu {
      display: none;
    }
    
    .fixed-header-area .fixed-header .logo-with-menu+div+div {
      display: inline-block;
      margin-left: 12%;
    }

    Please check fixed header now.

    Best regards,
    Jack Richardson.

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