• Resolved DavidMWright

    (@davidmwright)


    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 to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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

    (@davidmwright)

    Many thanks – that worked!

    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.