Tagged: , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #261344

    Hello,

    are you able to provide a CSS code to change the font colour of the menu from black to white?

    I have searched the forum and other codes I have seen do not work.

    url: https://wafflesandlamingtons.com/

    Thanks,
    Theo.

    #261345

    No need to respond to this, found the following CSS code:

    /*Change colour and size of menu text*/
    .main-navigation a {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 90%;
    }

    #261359
    tikaram
    Keymaster

    @wafflesandlamingtons: Glad to know that the issue has been resolved.

    Regards,
    Tikaram

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change Menu Font Colour’ is closed to new replies.