Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #373120

    Could you take a look at my website?

    http://www.revolutionthemusical.co.uk

    I am at a loss as to how to format the colour of the font in the Sub Menu at the top of the homepage. I want to get white text on my red background. Also can you change the font itself?

    Any help most appreciated!

    #373124

    Hi Revolution!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    #top .av-subnav-menu li a { color: white; font-family: georgia; }

    Cheers!
    Yigit

    #373447

    Thanks Yigit, that worked perfectly. Two quick follow-up questions if I may:

    1. Will this allow Google fonts to be used too?

    2. How would I make the colour change when hovering over a link?

    #373452

    Hi!

    1- Please refer to this post if you would like to add new Google Fonts – http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/
    2- Please add following code to Quick CSS as well

    #top .av-subnav-menu li a:hover {
    color: black;
    }

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.