Product page menu/header/logo is white on white background
-
Hi there!
I can’t see where I can edit the menu/header/logo colours for a product page.
See https://www.studiobrendoncollins.com/product/banded-ring-mulga/
The nav/logo/wishlist icons etc are all there in the header, but they are white on white. I would like them to be white on black.
(Shop and homepage and sticky nav are looking as I intend them to, with white text and logo on black)
Thanks so much for your advice on this.
Mel
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.single-product .main-header {
background: #090909;
}
Regards
Thank you! I edited your snippet down to
.main-header {
background: #090909;
}
so that it would apply across the wishlist page too.
I’m wondering – I’d like to replace the “Select options” in the product page sticky bar at the bottom of the page? I just want to change the words in the button label (to apply new text across all instances of “select options” across the site’s variable products).
Is this possible?
Mel
You can customize this button in the file inc/woocommerce.php. Or you can copy the whole function basel_sticky_single_add_to_cart to the child theme functions.php to prevent losing changes after theme update.