This topic has 10 replies, 2 voices, and was last updated 6 years, 9 months ago ago by Rose Tyler
Hi there,
I need your help in the following:
1. the font color of the filter button need to be white ( the button that appears once you have pressed after the button show filters)
2. the font color add to cart at the category page need to be white
3. also the button at the page https://humanpet.gr/cart/ that colpmetes the order needs to be white
Hello,
Please use this custom css code:
.price_slider_wrapper .price_slider_amount button,
.add_to_cart_button,.woocommerce-cart input.btn,
.cart-collaterals .checkout-button {
color: white;
}
Regards
Hi ,
still no change
any idea?
thanx
Hello,
Please create an empty dynamic.css file in woopress-child theme folder and set permissions 777 for the file + add wp_enqueue_style( 'dynamic-css', get_stylesheet_directory_uri() . '/dynamic.css' );
in woopress-child/functions.php file. Then go to Theme Options and re-save them.
Regards
Hi
now only the add to cart button at the category page still has the same font color
thanx
sorry
still the same
thanx
Hello,
Please clear cache and check one more time https://prnt.sc/ihuku3
If still the same, please provide me link to page with the problem.
Regards
ok thnx so much
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up