How do I add a border when clicking Choose Option? - Dawn Theme

Solved

How do I add a border when clicking Choose Option? - Dawn Theme

randytheasian
Explorer
115 0 23
Accepted Solution (1)

websensepro
Shopify Partner
1689 188 224

This is an accepted solution.

Hi @randytheasian 

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.

.quick-add-modal__content-info {
    border: 2px solid black !important;
}

Result:

websensepro_0-1735799016310.png

 

If my reply is helpful, kindly click like and mark it as an accepted solution.
If you are happy with my help, you can help me buy a COFFEE
Thanks!

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP

View solution in original post

Replies 12 (12)

DaisyVo
Shopify Partner
2299 282 328

Hi @randytheasian 

 

I hope you are well. You can follow our instructions below:


1/ Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
2/ From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/iDxwa8zBQ4Z-
3/ Copy the code below and paste it there

 

Here is the code for Step 3:

.quick-add-modal__content.global-settings-popup {
    border: 2px solid black !important;
}

image (3).png

 


Please let me know if it works. Thank you!

 

Best,
Daisy - Avada Support Team.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
randytheasian
Explorer
115 0 23

It seems like it didn't work 

Screenshot 2025-01-02 at 2.09.12 PM.png

DaisyVo
Shopify Partner
2299 282 328

@randytheasian 

 

It seems you haven't saved the change yet. Could you please save the change and re-check it on your front store instead? 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

GTLOfficial
Shopify Partner
726 154 155

Hello @randytheasian 
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.

.product-form__input input[type="radio"]:checked + label {
border: 1px solid black !important;
}

result
103.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh
randytheasian
Explorer
115 0 23

I'm looking for something like this. A border around when people clicking into Choose Option. 

Screenshot 2025-01-02 at 2.15.05 PM.png

websensepro
Shopify Partner
1689 188 224

This is an accepted solution.

Hi @randytheasian 

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.

.quick-add-modal__content-info {
    border: 2px solid black !important;
}

Result:

websensepro_0-1735799016310.png

 

If my reply is helpful, kindly click like and mark it as an accepted solution.
If you are happy with my help, you can help me buy a COFFEE
Thanks!

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
randytheasian
Explorer
115 0 23

How do I make the bottom padding lesser?

 

Screenshot 2025-01-02 at 2.25.37 PM.png

websensepro
Shopify Partner
1689 188 224

@randytheasian 

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.

 

 

.quick-add-modal__content-info {
   padding: 10px 18px 0px 18px !important;
}

 

If my reply is helpful, kindly click like and mark it as an accepted solution.
If you are happy with my help, you can help me buy a COFFEE
Thanks!

 

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
randytheasian
Explorer
115 0 23

What about Mobile View?

websensepro
Shopify Partner
1689 188 224

In mobile view, it is showing perfectly fine.

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
randytheasian
Explorer
115 0 23

I forgot to refresh the page! Works perfectly! Thanks 

websensepro
Shopify Partner
1689 188 224

Glad I could help

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP