Need Help With Add To Cart Button WordPress

HarlyQueen

New member
Jul 29, 2020
14
0
1
Hello Guys,

I'm Using Firezy theme and have very little add to cart button I wanna replace it with full width add to cart button .
tried using many custom add to cart plugins but the theme is using different funcn for that button I guess please help.

url : ogbmart.com
 

Attachments

  • Screenshot (20).png
    Screenshot (20).png
    261.4 KB · Views: 9

videva

Member
Aug 25, 2020
75
53
18
Hello Guys,

I'm Using Firezy theme and have very little add to cart button I wanna replace it with full width add to cart button .
tried using many custom add to cart plugins but the theme is using different funcn for that button I guess please help.

url : ogbmart.com
you want to change like this ?
1.png

you can add css
CSS:
ul.products li.product .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    width: 95%;
}

.woocommerce ul.products li.product .button.product_type_simple.add_to_cart_button.ajax_add_to_cart::before {
    width: 95%;
}
 

HarlyQueen

New member
Jul 29, 2020
14
0
1
you want to change like this ?
1.png

you can add css
CSS:
ul.products li.product .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    width: 95%;
}

.woocommerce ul.products li.product .button.product_type_simple.add_to_cart_button.ajax_add_to_cart::before {
    width: 95%;
}
Thanks dear ! it works.
im newbie for such customization. want to know how to add css for homepage cart button also. above css only working on shop page.
 

videva

Member
Aug 25, 2020
75
53
18
Thanks dear ! it works.
im newbie for such customization. want to know how to add css for homepage cart button also. above css only working on shop page.
add this for homagepage
CSS:
#home_featured_carousel .add_to_cart_button {
width: 100%;
}

#home_featured_carousel .add_to_cart_button::before {
width: 100%;
}

result
11.png
 
Last edited:

HarlyQueen

New member
Jul 29, 2020
14
0
1
add this for homagepage
CSS:
#home_featured_carousel .add_to_cart_button {
width: 100%;
}

#home_featured_carousel .add_to_cart_button::before {
width: 100%;
}

result
11.png

Thanks Got Actual What Needed but overlapping the prices , any suggestion?
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu