Okay
  Public Ticket #2978303
Toggle Menu Color
Closed

Comments

  •  14
    bluegraphics started the conversation

    Hello.

    I am trying to find how to have the toggle bars of the menu in a particular color which is not the link color on the theme styling.

    When the header is sticky I have already got it to where I want it, black (Dark), but when the landing, id like the toggle to be of the color background #c99e67


    can you please help me?

    thanks


  • [deleted] replied

    Hi bluegraphics,

    You can add this CSS code to your Custom CSS area:

    .toggle-bars.menu-skin-main .toggle-bars__bar-line {
        background-color: #c99e67;
    }

    If you need this code to be valid for your homepage only, then you can add the CSS code in that page > Parameters and Options > Custom CSS area.

    Have a nice day!

  •  14
    bluegraphics replied

    Thank you Ylli!

    Have a nice day.