This topic has 10 replies, 2 voices, and was last updated 1 years, 9 months ago ago by Dionizio Find
how to put this green price? because if I change its color to green the red on the other side turns green too 🙁 All products that have attributes with different prices are in red color!. For example, a rug with size 17 cm costs 20$ and a rug with 20 cm costs 40$. The problem is that when products have these attributes they are in red. This is bad because the color red doesn’t make any sense according to color psychology.
Hello, Dionizio Find,
Please provide URLs of mentioned products.
Kind Regards,
8theme team
Hello, Dionizio Find,
Thank you for the reply.
Please change this custom CSS code https://gyazo.com/1fb7e3e9eaaf8695a586079ce011af48 to
.et_product-block>.price, .single-product .woocommerce-variation-price .price {
color: #59C00B !important;
}
Kind Regards,
8theme team
can you help me to fix and translate the word shop from breadcrumbs
Hello, Dionizio Find,
Provide temporary wp-admin access, so we can check your settings.
If you want to delete ”Shop” from breadcrumbs, add the next code in your child-theme/functions.php
add_filter( 'etheme_breadcrumbs_shop_step', '__return_false', 999);
Kind Regards,
8theme team
hello, how are doing ?
delete store and put the word categoria
that’s the rose problem, if you put green there, it changes here too. here would need to continue red!
Hello, Dionizio Find,
1/ https://prnt.sc/15Fzguz0yC9e – have you solved it?
Our breadcrumbs function you can find in xstore/woocommerce/global/breadcrumb.php , and rewrite it via xstore-child/woocommerce/global/breadcrumb.php
2/ Please clear cache and check colors now.
Kind Regards,
8theme team
thank you very much, have a good job
The issue related to '‘how to put this green price? because if I change its color to green the red on the other side turns’' has been successfully resolved, and the topic is now closed for further responses