remove image widget border
-
Hello,
I need help removing the black border on my image widgets on the right hand side of my blogs homepage. Could you please help?The blog I need help with is: (visible only to logged in users)
-
Hi @theechoesofherheart, it looks like you are using WordPress but you are not hosted here at WordPress.com. For self-hosted WordPress sites such as yours, I would suggest asking for help from the theme author directly or ask in the volunteer-based WordPress.org Themes and Templates forum.
For general questions on self-hosted WordPress.org installations, visit http://wordpress.org/support/.
The differences between WordPress.com and WordPress.org.
I did take a quick look at your site and the following CSS will get rid of the borders on the widgets.
.widget { border: none !important; }
- The topic ‘remove image widget border’ is closed to new replies.