How to Change Pay Button Size and Color?

Posted in: Newspaper
Post count: 34

Hello Dear…

I’m Using Newspaper in my Website https://www.fastunlocker.com/

Now, I Activated eCommerce, and wish to get some sales through it.

My Pay Now Button is Too Small and the Color is Not Attractive.

Check this URL – https://www.fastunlocker.com/get/alcatel-modem-unlock-code/

and see, the pay button is not attractive and can’t notice easily.

Can You Help me, to increase the size and change the color?

Thank You.

Post count: 18283

Hello !

You can use this CSS code and adjust it to your preferences:

.single-product .product .summary .cart .button {
background-color: red;
color: black;
font-size: 26px;
}

The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5

Thank you !

Post count: 34

I added the code and done small color modification.

kindly check https://www.fastunlocker.com/get/icloud-unlock-ability-check/

I want to show the button at the center.

Kindly help me to do so…

is there any solution to show the round edge button?

Post count: 18283

Hello !

Unfortunately you cannot center the button. For the round edge you can add this adition to your css code:

border-radius: 25px;

Thank you !

Post count: 34

done…

thank you.

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.