Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #312859
    RodeBoy
    Participant

    On http://www.mattfurness.co.uk  I wish to change the text colour of the word MENU in the mobile menu to #f3ca0b from the default red. Can you please tell me where I can do this or advise of the CSS coding please? Thanks, Chris

    #312867
    tikaram
    Keymaster

    @rodeboy : Login to your WordPress admin section.
    Go to Appearance => Customize => Additional css and add the following css.

    .menu-toggle.toggled-on, .menu-toggle.toggled-on:hover, .menu-toggle.toggled-on:focus,
    .menu-toggle:hover, .menu-toggle:focus {
        color: #f3ca0b;
    }

    Regards,
    Tikaram

    #312872
    RodeBoy
    Participant

    Perfect. Thanks Tikaram

    #312958
    RodeBoy
    Participant

    …and can I have the CSS for changing the colour of the little drop down arrow in the mobile menu next to about please? Looking to use the same #f3ca0b colour.

    On a slightly separate note I see that this theme was developed several years ago now, with only small changes noted in the change log. Is the coding becoming dated by todays standards? Or is it as good as your most recently designed themes?

    Thanks, Chris

    #312960
    tikaram
    Keymaster

    @rodeboy : Please add the following additional css

    .dropdown-toggle, .dropdown-toggle:hover, .dropdown-toggle:focus {
        color: #f3ca0b;
    }

    Regarding the code standard we constantly update the code to support the latest version of WordPress and you don’t need to worry about the coding standard.

    Regards,
    Tikaram

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘text colour in mobile menu’ is closed to new replies.