Eliminate border/corner radius
-
Hi
On the top image widget in the sidebar there are two small border radius’, on the top left and top right corners respectively. Can any one help me get rid of them please?
ThxThe blog I need help with is: (visible only to logged in users)
-
Hi,
If you have the Custom CSS (part of the Premium and Business plans), you can change the CSS of your site to remove the radius on that image. Go to My Sites > Customize. Below any code that’s already in that section, add the following:.secondary .widget:first-of-type { border-top-left-radius: 0px; border-top-right-radius: 0px; }After that click the Save & Publish button.
-
Oops, I left something out. When you get to the Customize screen, click the CSS tab on the left side to open that section.
-
- The topic ‘Eliminate border/corner radius’ is closed to new replies.