Changing font color in category cloud widget
-
Hello, I wish to changed the font color in the category cloud widget posted on my blog page “From Our Blog”, is this possible and if so can you change color for small font and then large font be a different color? Also what is the CSS? Many thanks
The blog I need help with is: (visible only to logged in users)
-
Hello @mklayson
Yes it is possible to change font color of those texts. Place these two CSS codes into your Custom CSS in your website customizer:
1- Headline font color (Large font)
.wf-active h2, .wf-active .headline.small a{ color: #ffffff; }2-Excerpt font color (Small font)
.information .padding .excerpt { color: #ff360f; }Since you have not specified what colors you want, I am using white and red colors as examples. If you want different colors, please remember that each color on the web has a code. If you want to know how to find the codes of colors, check this topic :
https://en.support.wordpress.com/custom-design/custom-colors/#color-pickerI hope this helps :)
-
- The topic ‘Changing font color in category cloud widget’ is closed to new replies.