Merianol Posted September 25, 2023 Share Posted September 25, 2023 Hi, I would like to change breadcrumb background color (the grey horizontal line) to white. How should I do that? Link to comment Share on other sites More sharing options...
AddWeb Solution Posted October 11, 2023 Share Posted October 11, 2023 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now