Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #863103

    elevatedconversions
    Participant

    Hi, Support.

    I am looking to get my mobile menu – I believe it’s called a hamburger menu when the options collapse into one, to show up. It’s white on a white background right now: http://screencast.com/t/psA53SVsvZfK

    Can you provide me with the necessary code to fix this in the customizer?

    Thanks!

    -Ryan

    #863454

    Prasant Rai
    Moderator

    Hello Ryan,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thanks.

    #864322

    elevatedconversions
    Participant
    #864620

    Christopher
    Moderator

    Hi there,

    Please add the following code in Customize -> Custom -> CSS :

    .x-btn-navbar.collapsed {
        color: red;
    }
    .x-btn-navbar,.x-btn-navbar.collapsed:hover {
        color: black;
    }

    Hope that helps.

    #866168

    elevatedconversions
    Participant

    Worked…Thank you!

    #866874

    Friech
    Moderator

    We’re delighted to assist you with this.

    Cheers!