Title: Section Background Color
Last modified: August 31, 2016

---

# Section Background Color

 *  [jessejmelanson](https://wordpress.org/support/users/jessejmelanson/)
 * (@jessejmelanson)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/section-background-color-3/)
 * Hello,
 * I working on this website here: [http://www.JesseMelanson.com/newsite](http://www.JesseMelanson.com/newsite)
   
   using the Onetone theme.
 * The section that list “Jesse Melanson – the visual arts, resume, portfolio” I
   would like to have a black, lowered opacity color block behind that text and 
   the down arrow. So that the text (that is white) is more visible.
 * Would anybody have have any suggestions on how to go about this?
 * Thank you for any suggestions

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

 *  [rubyannrsls](https://wordpress.org/support/users/rubyannrsls/)
 * (@rubyannrsls)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/section-background-color-3/#post-7278392)
 * Try wrapping the h1 and the text under the div with class sub-title in span.
 *     ```
       <div class="banner-box">
   
       &nbsp;
       <span><h1>Jesse Melanson</h1></span>
       <div class="sub-title">
   
       <span>The Visual Art, Resume & Portfolio
   
       <a class="scroll" href="#about"><img src="http://www.mageewp.com/onetone/wp-content/themes/onetone/images/down.png" alt=""> </a></span>
   
       </div>
       </div>
       ```
   
 * Then add this to your css…
 *     ```
       .banner-box .sub-title span {
           background-color: rgba(0,0,0,0.5);
           padding: 25px 20px 30px;
       }
       .banner-box span {
           background-color: rgba(0,0,0,0.5);
           padding: 80px 40px 40px;
       }
       ```
   
 * Hope that works 🙂
 *  Thread Starter [jessejmelanson](https://wordpress.org/support/users/jessejmelanson/)
 * (@jessejmelanson)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/section-background-color-3/#post-7278501)
 * THANK YOU

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

The topic ‘Section Background Color’ is closed to new replies.

## Tags

 * [background](https://wordpress.org/support/topic-tag/background/)
 * [block](https://wordpress.org/support/topic-tag/block/)
 * [color](https://wordpress.org/support/topic-tag/color/)
 * [opacity](https://wordpress.org/support/topic-tag/opacity/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [jessejmelanson](https://wordpress.org/support/users/jessejmelanson/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/section-background-color-3/#post-7278501)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
