Title: Banner bar
Last modified: June 19, 2018

---

# Banner bar

 *  [wiel](https://wordpress.org/support/users/wiel/)
 * (@wiel)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/banner-bar/)
 * I would like to remove de dark bar below the slider. By overwriting the css I
   managed to remove the dot and arrows and removed the background color but the
   space is still reserved.
 * CSS code:
 *     ```
       .banner .arrows {
       	display:none;
       	height: 0px;
       }
       .banner .dots {
       	display:none;
       	height: 0px;
       }
       .banner {
       	background: white;
       	height: 300px;
       }
       ```
   
 * Any ideas?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fbanner-bar%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Thread Starter [wiel](https://wordpress.org/support/users/wiel/)
 * (@wiel)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/banner-bar/#post-10423074)
 * Solved! Use:
 *     ```
       .banner {
       	background: white;
       	height: 245px !important;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Banner bar’ is closed to new replies.

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

## Tags

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

 * 1 reply
 * 1 participant
 * Last reply from: [wiel](https://wordpress.org/support/users/wiel/)
 * Last activity: [7 years, 10 months ago](https://wordpress.org/support/topic/banner-bar/#post-10423074)
 * Status: not resolved