Home › Forums › All Other Themes › Add to Cart button
- This topic has 5 replies, 2 voices, and was last updated 3 months ago by
Forum Moderator.
-
AuthorPosts
-
June 19, 2023 at 3:06 pm #205927
Hi,
With the SKT AUTO PARTS theme, the ADD TO CART button appears when hovering over the product.
I would like to display this button at the bottom of the article and make it permanently visible.
Is it possible and how to do it?
Thanks in advance.June 20, 2023 at 10:36 am #205941Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.woocommerce ul.products li.product .button { position: relative !important; top: auto; left: 0; opacity: 1 !important; visibility: visible !important; margin-bottom: 30px;}
Regards,
ChrisJune 21, 2023 at 2:06 am #205953Hi,
It’s perfect.
Only that the button is not centered horizontally on Desktop and on Mobile.
See screenshot: https://prnt.sc/h94Lv7U5ZpsY
Thanks.June 21, 2023 at 6:00 pm #205963Hi,
This is done.
Regards,
ChrisJune 23, 2023 at 12:26 am #205992Hi,
Perfect well done!
How did you do it?
Did you customize the CSS code?
Thanks.June 23, 2023 at 11:00 am #205997Hi,
Yes, We have added some custom CSS code.
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.