• Resolved shirls

    (@shirls)


    Hi all,

    I want links with post body have colour (orange) but when I do that makes all tags within Tagcloud widget have the same colour (orange) too. However, I want those Tagcloud widget remain consistent colour (dark-grey) with the rest of the widget.

    I am sorry I don’t know much about CSS & HTML codes. I went online to research and played around a bit but still can’t figure it out.

    Has anyone done this before? Or did I miss anything that can be done quite easily?

    Thanks for your help in advance ! ??

    cheers
    Shirls

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try this at HTML/CSS Inserts -> CSS Inserts

    div.widget_tag_cloud a:link,
    div.widget_tag_cloud a:active,
    div.widget_tag_cloud a:visited {
    color: #123456;
    }
    
    div.widget_tag_cloud a:hover {
    color: #654321;
    }
    Thread Starter shirls

    (@shirls)

    Wow ! It worked like a magic !!
    Really really thank you !!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to get rid of Tagcloud colours (due to links)’ is closed to new replies.