Title: Theme Freak: CSS styling help
Last modified: August 31, 2016

---

# Theme Freak: CSS styling help

 *  [abreed05](https://wordpress.org/support/users/abreed05/)
 * (@abreed05)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/theme-freak/)
 * Hello,
 * I am currently trying to figure out what CSS I would need to adjust in this page
   [http://mywoodlandgear.com/happyharvestproject/](http://mywoodlandgear.com/happyharvestproject/)
   to make the white content box transparent and the dark grey footer as well.
 * I have looked through the CSS file but am not having any luck. Any help would
   be most appreciated.
 * Thank you,
 * Aaron Breeden

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

 *  [paulwpxp](https://wordpress.org/support/users/paulwp/)
 * (@paulwp)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/theme-freak/#post-7242074)
 * For accessibility reason there must be enough color contrast otherwise the content
   won’t be readable. So instead of making it completely transparent, we should 
   use white with some opacity and make sure font color has high contrast to the
   background.
 * Try this code in Custom CSS plugin (or in theme’s setting if provided).
 *     ```
       body .mega-container { background-color: rgba(255, 255, 255, 0.9); }
       body #primary-mono .entry-content { color: #000; }
       ```
   
 * Some useful info on color contrast
 * [https://www.viget.com/articles/color-contrast](https://www.viget.com/articles/color-contrast)
   
   [http://webaim.org/resources/contrastchecker](http://webaim.org/resources/contrastchecker)
 *  Thread Starter [abreed05](https://wordpress.org/support/users/abreed05/)
 * (@abreed05)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/theme-freak/#post-7242138)
 * Thank you for replying that did work for me. Can you also help with making the
   bottom bars transparent as well?
 *  [paulwpxp](https://wordpress.org/support/users/paulwp/)
 * (@paulwp)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/theme-freak/#post-7242167)
 * Yes sure
 *     ```
       body #footer-sidebar { background-color: rgba(255, 255, 255, 0.9); }
   
       body #colophon { background-color: rgba(255, 255, 255, 0.9); }
       ```
   
 *  Thread Starter [abreed05](https://wordpress.org/support/users/abreed05/)
 * (@abreed05)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/theme-freak/#post-7242275)
 * awesome thank you!

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

The topic ‘Theme Freak: CSS styling help’ is closed to new replies.

 * 4 replies
 * 2 participants
 * Last reply from: [abreed05](https://wordpress.org/support/users/abreed05/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/theme-freak/#post-7242275)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
