Forums
Forums / Fixing WordPress / Widget font color
(@talared)
9 years, 10 months ago
Help guys,
Can anyone hello me change the color of the widget “most viewed today” on the right hand side of my website. Basically i want the titles under each video to match the font, color and size of the titles of the rest of my website like in “featured”
My website is Talared
Thanks in advance
(@sterndata)
Volunteer Forum Moderator
This will show you how to view the CSS for elements of your page and modify it (temporarily) to figure out what you want to change.
https://developers.google.com/web/tools/chrome-devtools/?hl=en
(@mathias719)
The class for that specific widget title is .ppw-post-title and then target the link a.
.ppw-post-title
a
Add this to your style.css
.ppw-post-title a { color: #fff; font-size: 18px; }
Thank Mathias it worked perfectly!
The topic ‘Widget font color’ is closed to new replies.