Sticky Menu - by supersupporter - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 7 years, 2 months ago ago by Rose Tyler

  • Avatar: supersupporter
    supersupporter
    Participant
    January 27, 2017 at 09:43

    Hi,

    How can I make changes to the sticky menu, for example perhaps change the background color, or maybe the logo or even perhaps disable it if the colours do not look nice..

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 27, 2017 at 11:54

    Hello,

    Unfortunately, in our theme it’s not possible to have a different logo in the fixed navigation.
    You can disable it in Theme Options > General > Fixed navigation > Off.
    Please, try to add this code in Custom CSS file:

    .fixed-header {
        background-color: black;
    }
    .fixed-header .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
        color: white;
    }

    How to create custom.css you can watch in this tutorial
    https://youtu.be/Qok2zRedRMY

    Regards,
    Rose Tyler.

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