Whenever i change the navigation bar color there is a section above footer which changes the color too

Whenever i change the navigation bar color there is a section above footer which changes the color too and i dont want it to change cause it look like there are 2 footers please give me a fix.

Hi @nayan1122,

Thanks for writing in.

That looks like footer’s x-colophon. You may need to override it with custom CSS. Please add this CSS to your global custom CSS with your preferred color.

.x-colophon {
background: #000000 !important;
}

Hope this helps.

Thanks a lot it really helped my issue:smile:

On behalf of my colleague, you’re welcome. Cheers! :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.