Title: Foreground colours
Last modified: September 1, 2016

---

# Foreground colours

 *  [Talared](https://wordpress.org/support/users/talared/)
 * (@talared)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/foreground-colours/)
 * Help guys,
 * Doe anyone know how i could change the colours of my foreground ( i think that
   is what it it called) I’ve looked just about everywhere its currently a dull 
   grey. Thanks in advance
 * [Talared](http://talared.com)

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

 *  [cedcommerce](https://wordpress.org/support/users/cedcommerce/)
 * (@cedcommerce)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/foreground-colours/#post-7495644)
 * If you are asking about colour change of posts listed on the link given then 
   you can go to style.css line number 510 where you can find
 *     ```
       .recent-posts .post-content {
           background-color: #181818 !important;
           min-height: 157px;
       }
       ```
   
 * you can change background-color accordingly
 *  Thread Starter [Talared](https://wordpress.org/support/users/talared/)
 * (@talared)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/foreground-colours/#post-7495648)
 * Thank you cedcommerce, does that change the entire post background including 
   the menu background? I’m sorry i know I’m not using the right terms but what 
   i am trying to change is behind each video is a border in grey or black and also
   behind the menus. If you look on the top right side of my homepage you’ll see“
   most viewed today” videos don’t have the kind of a border around them i want 
   the website too look like that.
 *  [cedcommerce](https://wordpress.org/support/users/cedcommerce/)
 * (@cedcommerce)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/foreground-colours/#post-7495690)
 * Hello Talared
 * You can change your menu background from style.css line number 284
 *     ```
       .top-navbar, .main-navbar {
           background-color: #121212;
       }
       ```
   
 * and to make your videos like “most viewed todays” section you have to comment/
   change background-color from here
 *     ```
       .recent-posts .post-content {
           background-color: #181818 !important;
           min-height: 157px;
       }
       .recent-posts .post-content {
           background-color: #1f1f1f;
           border-radius: 0 0 3px 3px;
           padding: 10px 15px;
       }
       ```
   
 *  Thread Starter [Talared](https://wordpress.org/support/users/talared/)
 * (@talared)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/foreground-colours/#post-7495709)
 * thank you again CED how do i go about changing the background to an image like
   for the menu? basically i want all the color to be transparent so the websites
   background can be seen.
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/foreground-colours/#post-7495711)
 * What theme are you using? Where did you download it from?
 *  Thread Starter [Talared](https://wordpress.org/support/users/talared/)
 * (@talared)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/foreground-colours/#post-7495712)
 * wpzoom.com its called videozoom

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

The topic ‘Foreground colours’ is closed to new replies.

## Tags

 * [homepage](https://wordpress.org/support/topic-tag/homepage/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 6 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/foreground-colours/#post-7495712)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
