Title: Background under sidebar title
Last modified: September 1, 2016

---

# Background under sidebar title

 *  Resolved [alakulihal](https://wordpress.org/support/users/alakulihal/)
 * (@alakulihal)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/background-under-sidebar-title/)
 * Does this theme can apply color under the title sidebar like in this picture ?
 * [http://imgur.com/ZI3u5fw](http://imgur.com/ZI3u5fw)
 * Note: material gaze theme

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

 *  [Vinod Dalvi](https://wordpress.org/support/users/vinod-dalvi/)
 * (@vinod-dalvi)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/background-under-sidebar-title/#post-7654923)
 * Hi [@alakulihal](https://wordpress.org/support/users/alakulihal/),
 * I hope you are well today and thank you for your question.
 * You can try achieving this by adding the following CSS code in the Custom CSS
   option of your theme on the below path.
 * Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom
   CSS
 *     ```
       #secondary .widget > h3.widget-title {
           background: #2196F3;
           color: #fff;
           border-radius: 4px;
           padding: 15px;
       }
   
       #secondary .widget > h3.widget-title:after{
       display: none;
       }
       ```
   
 * Best Regards,
    Vinod Dalvi
 *  Thread Starter [alakulihal](https://wordpress.org/support/users/alakulihal/)
 * (@alakulihal)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/background-under-sidebar-title/#post-7654930)
 * Thanks sensei, you are the best
 *  [Vinod Dalvi](https://wordpress.org/support/users/vinod-dalvi/)
 * (@vinod-dalvi)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/background-under-sidebar-title/#post-7654933)
 * You are most welcome here 🙂

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

The topic ‘Background under sidebar title’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/activello/1.4.9/screenshot.png)
 * Activello
 * [Support Threads](https://wordpress.org/support/theme/activello/)
 * [Active Topics](https://wordpress.org/support/theme/activello/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/activello/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/activello/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Vinod Dalvi](https://wordpress.org/support/users/vinod-dalvi/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/background-under-sidebar-title/#post-7654933)
 * Status: resolved