Change colors shop header/Show share buttons
-
Hello,
Change colors shop header
I would like to change the colors of the arrows and text (now in black) into white
and the color of the bar (now in grey) into #e0bcc9.
Show share buttons
How can i change text share: in follow: in shop page
I have selected follow as share button type.
What am i doing wrong?
Kind regards,
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to change the color
.basel-products-nav .product-btn>a span,
.basel-back-btn>span:after,
.basel-back-btn>span{
background: white;
}
.single-breadcrumbs-wrapper {
background: #000;
}
.basel-back-btn>span:before,
.basel-products-nav .product-btn>a span:before,
.woocommerce-breadcrumb a {
color: #fff;
}
Here is a video that demonstrates how to translate strings with Loco Translate plugin https://www.youtube.com/watch?v=tAFq1yTfWfU
Regards
Hello,
Thank your very much for your response.
Added code snippet and to custom css, arrows and some text are changed in correct colour.
Background border changed into black
Picture added in attachment.
Thank you
Kind regards,
Attachments:
You must be
logged in to view attached files.
Try to replace with this one
.basel-products-nav .product-btn>a span,
.basel-back-btn>span:after,
.basel-back-btn>span{
background: white;
}
.single-breadcrumbs-wrapper {
background: #e0bcc9;
}
.single-breadcrumbs-wrapper span {
color:white;
}
.basel-back-btn>span:before,
.basel-products-nav .product-btn>a span:before,
.woocommerce-breadcrumb a {
color: #fff;
}
Thank you very much! It works