Remove sidebar borders in Gridiculous Pro
-
How can I remove the border/outline that appears around each widget item in the sidebar in Gridiculous Pro? Thank you.
The blog I need help with is: (visible only to logged in users)
-
Hi there, go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS.
.widget { border: none; }If you are not yet familiar with the web inspector tool in your browser, take a look at our support document on How to Find Your Theme’s CSS, which has some brief screencasts to get you started using it. It makes working with CSS much easier.
And here are a few more useful CSS related posts to help you customize your site with CSS:
- The topic ‘Remove sidebar borders in Gridiculous Pro’ is closed to new replies.