Re: Change the colors of the title boxes on dawn

Change the colors of the title boxes on dawn

myl1
Excursionist
42 0 6

Hi hi, 

 

I would like to change the colors of the title boxes on the dawn theme at the productpage. I tried to fill in a code but it doesn't work. Furthermore I would like the boxes to be with square corners in stead of round ones. Can someone help me with this? 

I will add a screenshot. 

 

Scherm­afbeelding 2024-07-05 om 13.03.40.png

Replies 7 (7)

myl1
Excursionist
42 0 6

Oh and is it possible to remove the text: title and quantity above the option selection? 

Moeed
Shopify Partner
7703 2070 2550

Hey @myl1 

 

Share your Store URL and Password if enabled.

 

Best Regards,

Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


myl1
Excursionist
42 0 6

Hi hi, 

 

Store URL: https://fae907-64.myshopify.com/

password: celina

 

Thank you!

Moeed
Shopify Partner
7703 2070 2550

Hey @myl1 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.product-form__input--pill input[type=radio]:checked+label {
    background-color: #2b615a !important;
}
.product-form__input .form__label {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1720181958429.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


myl1
Excursionist
42 0 6

Hi Moeed, 

 

Thank you so much for your help! I have 1 problem, I can't read the text in the boxes now... Can you make sure that the text will be black? I'll add a screenshot! Scherm­afbeelding 2024-07-05 om 14.26.41.png

Moeed
Shopify Partner
7703 2070 2550

Hey @myl1 

 

In your Shopify Editor custom css in the very end, just change the color to black or just completely the remove the custom css which you added from yourself and then I can provide you a working code.

 

Best Regards,

Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


myl1
Excursionist
42 0 6

Hi hi, yes I deleted that already and then the text will be white. Could you make sure it will be black? And is it also possible to remove the black line around the box? 🙂 

 

Scherm­afbeelding 2024-07-05 om 14.53.40.png