Expound Theme Rounded Corners
-
What CSS would I need to use to have rounded corners instead of square on the top and bottom of the theme?
(I’ll be buying the Custom CSS upgrade but want to check first if it is possible)
The blog I need help with is: (visible only to logged in users)
-
You’d add this:
#page { border-radius: 14px; }(The value is just an example – you change it to decrease or increase the roundness.)
Note: in the future make sure you post CSS questions in the CSS forum, not the Themes forum.
-
Thanks.
I’ve tried it in the Custom Design CSS Preview (Try Before Buy) and it doesn’t seem to work but I tried other CSS and THAT doesn’t work either, so looks like I’ll have to buy the upgrade to see the results.
:)
-
You’re welcome.
The preview should work. Did you try it in Appearance > Customize > CSS? Did you remove the welcome message from the CSS editor (including the slashes and the asterisks)? -
-
-
- The topic ‘Expound Theme Rounded Corners’ is closed to new replies.