[HELP] Add to cart button

Leo33

New member
May 6, 2022
10
1
3
I'm using this theme for my website but I don't like the add to cart button and I saw another site that is using the same theme that has the nicer and neater add to cart button. I would like to know the code that the other page use to have that button. Help is appreciated

My web:
1652748253920.png

Their web:
1652748364647.png

This is their website: click
 
Last edited:

xsz

Well-known member
Trusted Uploader
Jan 12, 2020
253
260
63
An 👽 told me i live on the 🌑
Right click on the button > choose inspect > copy the CSS for the button.

For example:
CSS:
button.single_add_to_cart_button.button.alt {
    position: relative;
    z-index: 2;
    padding: 10px 25px;
    background-color: var(--primary-color);
    border-radius: 2px;
    border: none;
    color: var(--primary-b-color);
    font-weight: 400;
    outline: none;
}

Do this for everything you want similar.
 

Forum statistics

Threads
69,225
Messages
908,427
Members
237,006
Latest member
choky10

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