Change the links color

  • Unknown's avatar

    Hi!
    I’m new and i clearly need some advices to use CSS ( and English isn’t my maternal language, so sorry if i’m not understood ).
    I want to change the colors of my links ( especially the 10 links on the right ) but i don’t know how to do it. I’ve tried like some tutorials i’ve seen on the net but nothing changed…

    PS: If somebody know how to increase the size of the pictures on the right ( the top 10 ) i’ll be very happy!

    Thank you!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hello there!

    Dropping this code in your custom CSS area should do the trick:

    .widget_top-posts a {
    	color: #62616e;
    }

    Or if you’d prefer, this should target all of the links in your sidebar:

    .sidebar a {
    	color: #62616e !important;
    }

    Then just modify the hex code (#62616e) to match the colour you’d like.

    Let me know if that doesn’t work!
    Sage

  • Unknown's avatar

    Hi!

    Be blessed, the second solution is perfect!

    ( So if someone has the same problem, yes it’s working! )

    Thank you, Sage!
    Sinbad

  • Unknown's avatar

    Huzzah! Thanks for letting me know, Sinbad :)

    Sage

  • The topic ‘Change the links color’ is closed to new replies.