Tag color

How to change “Tag” color. I assigned tag to my post now that tag button color appears to be fade. How can i change it

Hi Deepak,

Thank you for your another question.

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS


#page .tagcloud a {
    color: #fff !important;
    background: #000;
}

Please change the color value in the above code to whatever you want to use by referring the following pages.

http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp

Best Regards,
Movin

Thanku So much Bro !

You are most welcome here :slight_smile: