The font of the 'add to cart' button
-
Hi,
I would like to change the font-weight of the ‘add to card’ button to 400, but I do not find the right class. I already tried:
.button product_type_simple add_to_cart_button ajax_add_to_cart basel-tooltip
.btn-add
But it do not work. 😞
I am sure you know it the best 😅
Thanks,
Aaron
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.single_add_to_cart_button{
font-weight:400;
}
Best Regards
Hi,
thank you fo your fast help but it doesn’t worked 😞
I put in also an ”!important;” but without a change.
Then I checked the global and the other css fields and I can not find the answer…..
You see it is more complicated as you may think at the beginning.
Please, take a quick look into a typical category, I am sure you will see it immediately: https://galerie-orx-vinn.de/produkt-kategorie/methexis/
Thank you very much 🌷
Aaron
Hello,
Replace the code with this one:
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.basel-tooltip {
font-weight: 400;
}
Best Regards
SUPER GOOD !!!
IT works with an important… YES!
Thank you!!!
😘
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘The font of the 'add to cart' button’ is closed to new replies.