Site logo

Archived topic

How do I add a background color to header

4 replies · Started by Nicole on February 23, 2022

Viewing posts 1–5 of 5

I have an ad above the navigation on https://101planners.com/calculator/what-are-angel-numbers/
That section - with the ad - has no background color.
How do I give it the same white background color to make it a continuation of the content area below which has a white background color?

Hi Nicole

try this CSS:

.main-navigation ul ul li {
width: 100%;
background: white;
}

Hi Nicole,

Here is a CSS you can try as well:

div#AdThrive_Header_1_desktop {
    background-color: var(--base-3);
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:0;
}

Hope this helps! :)

Thank you so much!

You’re welcome Nicole! Glad to be of assistance! Feel free to reach out anytime if you’ll need assistance with anything else. :)

This archived topic is closed to new replies.