Round corners country/region (footer section)

Solved
Karla8
Excursionist
29 0 5

Hello all,

 

Happy Sunday!

 

I'm trying to get round corners in the country/region box but somehow I only managed to get the inside rounded but the black outline remains square.

 

I used the following codes in several elements and it doesn't work:

 

border-radius: 10px !important;

 

Thanks in advance for your help and have a great day !

 

 

 

 

Accepted Solution (1)
PageFly-Richard
Shopify Partner
3674 804 1451

This is an accepted solution.

Hi @Karla8 

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css

button.disclosure__button.localization-form__select.localization-selector.link.link--text.caption-large {
    border-radius: 20px !important;
}
.localization-form__select:after {
    border-radius: 20px !important;
}

Hope you find my answer helpful!
Best regards,
Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 3 (3)
Karla8
Excursionist
29 0 5

forgot to mention :

 

website : www.hintofhappiness.com

password : seiyud

 

Thanks !

PageFly-Richard
Shopify Partner
3674 804 1451

This is an accepted solution.

Hi @Karla8 

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css

button.disclosure__button.localization-form__select.localization-selector.link.link--text.caption-large {
    border-radius: 20px !important;
}
.localization-form__select:after {
    border-radius: 20px !important;
}

Hope you find my answer helpful!
Best regards,
Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Karla8
Excursionist
29 0 5

Hi Richard,

 

Many thanks ! it did solve the outline border so I will combine it with the one I have and it will be perfect !

 

Thanks a lot !!

 

Karla