Hi, Can someone please tell me how I can get rid of widget borders and header border of Forever theme by Automaticc?
Thanks
The blog I need help with is heartmama.net.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
Hi, Can someone please tell me how I can get rid of widget borders and header border of Forever theme by Automaticc?
Thanks
The blog I need help with is heartmama.net.
To remove borders from the header image as well as images in the widgets in the Forever theme, add this to your Appearance → Custom Design → CSS editor:
#masthead img,
.widget img {
border: 0;
}
This topic has been closed to new replies.