Title: white rectangular panel below banner
Last modified: March 5, 2019

---

# white rectangular panel below banner

 *  Resolved [DavidMWright](https://wordpress.org/support/users/davidmwright/)
 * (@davidmwright)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/white-rectangular-panel-below-banner/)
 * There is a white rectangular panel just below the blue banner, and overlapping
   the text below. How can I remove this please? Why is it there at all?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fwhite-rectangular-panel-below-banner%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Imraj khan](https://wordpress.org/support/users/imrajkhan/)
 * (@imrajkhan)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/white-rectangular-panel-below-banner/#post-11276336)
 * Hi,
 * Try with custom CSS to paste it in the customizer’s Additional CSS:
 *     ```
       .cont-form-section {
        	background-color: transparent;
           	border: none;
       }
       ```
   
 * Let me know did it work!
 * Thanks
 *  Thread Starter [DavidMWright](https://wordpress.org/support/users/davidmwright/)
 * (@davidmwright)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/white-rectangular-panel-below-banner/#post-11276347)
 * Many thanks – that worked!
 *  [Imraj khan](https://wordpress.org/support/users/imrajkhan/)
 * (@imrajkhan)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/white-rectangular-panel-below-banner/#post-11276366)
 * However, it removes the background color and border style of the page having 
   contact page template. To avoid such you can use CSS only to apply specifically
   to this page. For that you can use CSS in this way:
 *     ```
       #page-id-12 .cont-form-section {
        	background-color: transparent;
           	border: none;
       }
       ```
   
 * Thanks

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

The topic ‘white rectangular panel below banner’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [Imraj khan](https://wordpress.org/support/users/imrajkhan/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/white-rectangular-panel-below-banner/#post-11276366)
 * Status: resolved