Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Changing font colour of individual menu headings

  • This topic is empty.
Viewing 7 posts - 16 through 22 (of 22 total)
  • Author
    Posts
  • #128203
    CMonique
    Member

    Ok, I’ll look into Chrome when I’ve finished. I’ve done the script exactly like that now, but still…nothing.

    Not sure what else to do.

    #128206
    Paulie_D
    Member

    There are other selectors overriding what you have added.

    You would need to comment out

    Line 342 of stylesheet

    #access a {
    color: #ffffff;
    }

    Line 837

    #access a {
    color: #ffffff; <-- just this
    }

    #128213
    CMonique
    Member

    I just realised the #access a where the menu-item is, is the highlighter colour. I want to change the colour of the word from white to individual colours. Would I do this in the same way?

    #128214
    Paulie_D
    Member

    That will change the color of **all** a links inside the element with an ID of #access.

    That wasn’t what you wanted.

    #128215
    CMonique
    Member

    No, I wanted to change the heading as you see them (currently white) without the hover. I.E. MUSIC (red) VIDEOS (blue) etc.

    #128222
    CMonique
    Member

    I need the menu to resemble this one

    http://sbtv.co.uk/

    #128244
    Paulie_D
    Member

    We’ve told you how to do that.

    Keep trying.

Viewing 7 posts - 16 through 22 (of 22 total)
  • The forum ‘CSS’ is closed to new topics and replies.