Remove Photo Border in Ideation & Intent
-
Hi, I noticed that a border forms around photos in the Ideation & Intent theme when you add a caption to the photo. How can I remove this border using CSS? Also, how do I remove the border in the photo on my widget sidebar?
Thanks in advance!
I’m here: http://blacknectar.me/
The blog I need help with is: (visible only to logged in users)
-
-
Try this:
.wp-caption {
background: none;
box-shadow: none;
}.wf-active .site-title, .wf-active .site-title a {
text-transform: lowercase;
}or
.site-title, .site-title a {
text-transform: lowercase;
} -
- The topic ‘Remove Photo Border in Ideation & Intent’ is closed to new replies.