The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
2 posters

    Coloring a NavBar Link

    avatar
    Yous000
    Forumember


    Posts : 240
    Reputation : 4
    Language : English

    Solved Coloring a NavBar Link

    Post by Yous000 Mon 2 Jul - 4:32

    On my NavBar I want to color in the link that says "IRC Connect". I had this working in the past but when I changed my forum to phpBB2 it stopped working.

    Previously I used this code given to me by rideem3 to make it change color:
    Code:
    .navlinks a[href="URLHERE"] {
    color: COLORHERE !important;
    }

    Now it is not working Razz

    I would like some help on how to restore the color I previously had.

    Thanks in advance for all help and replies.


    Last edited by Yous000 on Mon 2 Jul - 16:48; edited 1 time in total
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: Coloring a NavBar Link

    Post by Sanket Mon 2 Jul - 13:06

    Try this code in the css.
    Code:
    a.mainmenu[href="URLHERE"]{
      color: #ffffff !important;
    }

      Current date/time is Wed 13 Nov - 19:50