Jump to content

Breadcrumbs background color


Recommended Posts

  • 3 weeks later...

Hi,

Look for the CSS code that controls the breadcrumb background color. Common class names to look for include .breadcrumb, .breadcrumb-list, or similar.

Once you've found the relevant CSS code, you can change the background color property to white.

.breadcrumb {
    background-color: #fff; /* Change to white */
}

After making the necessary changes, be sure to save the CSS file.

Clear your Prestashop cache to ensure that the changes take effect.

Thanks!

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...