Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #121237
    hjhatch
    Participant

    How do you change the color of the background on the mobile menu links and hover?

    Thanks

    #121256
    tikaram
    Keymaster

    @hjhatch : Please post in your site URL.

    Regards,
    Tikaram

    #121279
    hjhatch
    Participant
    #121317
    tikaram
    Keymaster

    @hjhatch : Go to Appearance => Customize => Additional css and add the following css

    .sidr {
     background:#color-code;
    }
    .sidr ul li:hover > a{
    	color: #color-code;
    }

    Please replace #color-code with your desired color code.
    Let me know if you need further assistance.

    Regards,
    Tikaram

    #121333
    hjhatch
    Participant

    Thanks Tikaram, I appreciate your help.

    #121398
    tikaram
    Keymaster

    @hjhatch :Welcome and have a Good day.

    Regards,
    Tikaram

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Mobile menu background color’ is closed to new replies.