I was unable to darken or thicken the border that is around the frame of photo and caption. The CSS that I used only puts a border around the photo, but not the caption. It would be ok, but the original border, while faint, still shows around the caption. Is there any Custom CSS that will make the faint border around the photo/caption darker?
Hello There,
Thanks for writing in! In most case, you can resolve your issue by using this css code:
.wp-caption, .gallery-item {
border-width: 2px;
border-color: black;
}
You should have something like this:
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.