Title: Widget font color
Last modified: September 1, 2016

---

# Widget font color

 *  Resolved [Talared](https://wordpress.org/support/users/talared/)
 * (@talared)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/widget-font-color/)
 * 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](http://www.talared.com)
 * Thanks in advance

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [9 years, 10 months ago](https://wordpress.org/support/topic/widget-font-color/#post-7503807)
 * 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](https://developers.google.com/web/tools/chrome-devtools/?hl=en)
 *  [mathias719](https://wordpress.org/support/users/mathias719/)
 * (@mathias719)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/widget-font-color/#post-7503820)
 * The class for that specific widget title is `.ppw-post-title` and then target
   the link `a`.
 * Add this to your style.css
 *     ```
       .ppw-post-title a {
       	color: #fff;
       	font-size: 18px;
       }
       ```
   
 *  Thread Starter [Talared](https://wordpress.org/support/users/talared/)
 * (@talared)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/widget-font-color/#post-7503907)
 * Thank Mathias it worked perfectly!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Widget font color’ is closed to new replies.

## Tags

 * [font](https://wordpress.org/support/topic-tag/font/)
 * [title](https://wordpress.org/support/topic-tag/title/)
 * [widget](https://wordpress.org/support/topic-tag/widget/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 3 participants
 * Last reply from: [Talared](https://wordpress.org/support/users/talared/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/widget-font-color/#post-7503907)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
