Hi, how can I change the visual aspect like font size and colors, buttons etc of Wishlist side bar?
I have tried everywhere, sorry.
This topic has 2 replies, 2 voices, and was last updated 1 weeks, 5 days ago ago by Ayan Rahman
Hi, how can I change the visual aspect like font size and colors, buttons etc of Wishlist side bar?
I have tried everywhere, sorry.
Hello,
Thank you for reaching out to us.
Custom CSS code can be used:
.btn-checkout, .mini-cart-buttons .btn-checkout {
color: red;
background-color: black;
border-color: black;
}
.mini-cart-buttons a {
color: red;
background-color: black;
border-color: black;
}
.woocommerce-mini-wishlist-item .product-title a {
font-size: 14px !important;
color: red !important;
}
Warm Regards,
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up