• hi there

    I have installed Delicious theme.
    My problem is the drop down menu on about/ contact cant be read as its too light in color.
    I have been reading up on css but not really sure where to put the coding and what coding to use.

    Help please!!!
    Thanks:)

Viewing 6 replies - 1 through 6 (of 6 total)
  • Site URL Please?

    Thread Starter greedybread

    (@greedybread)

    Thread Starter greedybread

    (@greedybread)

    Also any drop down menu on mobiles , you can not read either….this is more of a problem as you can not pick the menu wording at all.

    thanks

    The background and font colors in your dropdowns are both set to white (#fff).

    Firefox’s firebug is an easy to use application with plenty of Youtube videos that show you how to use it. It allows you to play with the CSS and shows you where to make the changes.

    Add the following lines to your CSS and see what happens:

    .omega-nav-menu ul a {
    color: #f00;
    }

    .site-header a {
    color: #00f;
    }

    Thread Starter greedybread

    (@greedybread)

    thanks….how do i make though the site header red and the drop down text black?

    Thread Starter greedybread

    (@greedybread)

    have done red site but now just need to do black…i think i can find the code for that…

    many thanks:)

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘DRop down menu font color change.’ is closed to new replies.