Jump to content

Configure Color of margins .nav bar and footer


Rares Irimia

Recommended Posts

Hi,

You can change the color of the margins (i.e., the background color) for the navbar and footer by customizing the CSS styles.

In css file use the code which might look something like this:

.navbar {
    background-color: white;
}
.footer-container {
    background-color: white;
}

Check the class name and modify it accordingly.

Save the file, clear the cache and check.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...