Round Corners

Solved
WK100
Explorer
51 1 9

Store Link: https://dc8kohl63wlu3wnt-81877893427.shopifypreview.com

 

Hello there! I am looking to simply round the corners of a button my product page. See below:

WK100_1-1700454753330.png

 

How would I go about doing this? 

 

 

Accepted Solutions (3)
ZestardTech
Shopify Expert
5300 950 1261

This is an accepted solution.

Hello @WK100 ,

 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the Bottom of the file:

 

a.jdgm-write-rev-link {
border-radius: 10px!important;
}

 

ZestardTech_0-1700455457622.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

PageFly-Henry
Globetrotter
503 129 102

This is an accepted solution.

Hi @WK100 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file main.css

Step 3: Paste the below code at bottom of the file -> Save

 

a.jdgm-write-rev-link {

    border-radius: 50px !important;

}

 

Hope that my solution works for you.

Best regards,

Henry | 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

suyash1
Shopify Partner
8673 1064 1406

This is an accepted solution.

@WK100 - add this css to the very end of your main.css file and check, adjust number as per the need

a.jdgm-write-rev-link {border-radius: 15px;}
You are welcome to contact me - suyash.patankar@gmail.com, My timezone is GMT+5:30,to build shopify pages use pagefly

Support me 🙂

View solution in original post

Replies 3 (3)
ZestardTech
Shopify Expert
5300 950 1261

This is an accepted solution.

Hello @WK100 ,

 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the Bottom of the file:

 

a.jdgm-write-rev-link {
border-radius: 10px!important;
}

 

ZestardTech_0-1700455457622.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
PageFly-Henry
Globetrotter
503 129 102

This is an accepted solution.

Hi @WK100 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file main.css

Step 3: Paste the below code at bottom of the file -> Save

 

a.jdgm-write-rev-link {

    border-radius: 50px !important;

}

 

Hope that my solution works for you.

Best regards,

Henry | 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.

suyash1
Shopify Partner
8673 1064 1406

This is an accepted solution.

@WK100 - add this css to the very end of your main.css file and check, adjust number as per the need

a.jdgm-write-rev-link {border-radius: 15px;}
You are welcome to contact me - suyash.patankar@gmail.com, My timezone is GMT+5:30,to build shopify pages use pagefly

Support me 🙂