How can I change the colours of the quantity selector buttons? (using theme venture)

@jamesjackson1

sorry for any issue can you please sent store url

Hello @jamesjackson1 ,

You can change the color of quantity selector buttons by adding custom CSS code to your theme file. Can you please share your store URL and if it is password protected then please share the password as well? So that I can check and send you the snippet that you can add to your theme file.

Thanks!

URL https://ridenutrition.co.uk/products/nitrate-strategy

password : blatsi

@jamesjackson1

thanks for ulr but i can’t see password button how can i check.

I am struggling to get the password entry box to show on my landing page. How do I add this?

Many thanks

I used the pagefly password page template.

Hello @PageFly-Victor Team,

Please help them out to get the password input box, so that we can check the issue and solve the query. Many thanks!

1 Like

Hi @rutvik_shop

I’ve just checked and the password page is made by PageFly. However, we cannot touch the page without the customer’s permission.

@jamesjackson1 If you want to remove the password, please go to Shopify admin > Preferences > Disable password.

And to use default Shopify password page, you can unpublish PageFly password page. Contact us via Live chat if you need any assistance.

1 Like

Hi guys,

I now have the password box ready!

site url : www.ridenutrition.co.uk

password : blatsi

many thanks!

Hello @PageFly-Victor ,

I appreciate your help!

Hey @jamesjackson1 ,

Please add the below code to your theme.scss.css theme file at the bottom to change the color of the quantity selector buttons:

.js-qty__adjust .icon {
color: #e7267a !important;
}

1 Like

Hello,

I have tried but seem to be unable to make this work.

I also have the same problem for the account input fields.

Would you be able to log in and do this for me?

I give you full permission.

Many thanks

Hello,

I have just completed the quantity selector buttons, it’s just the account input colour that need changing now.

Hello @jamesjackson1 ,

That’s great!

Could you please send me the screenshot of which account input color you want to change so that I can send you the exact CSS?

Much Appreciated!

Hello I want to input coir to be standard black please!

James Jackson

Ride Nutrition Ltd | Performance Solutions

Do you need Like this >> https://prnt.sc/1z02yle

Then please add the below code to your theme.scss.css theme file at the bottom to change the colour of the account input:

input[type=email]::placeholder, input[type=password]::placeholder
{
color: #000;
}

Hello, that is great, thanks so much!

Additionally, I would like to make the product description full width on
the desktop.

Am I able to do this?

Hello @jamesjackson1 ,

You need to do some custom coding and add some CSS to make it work.

Is this something you would be able to advise me on?

Many thanks,

James