Site logo

Archived topic

Update to Version 1.3.41

3 replies · Started by shirtcreator24 on December 5, 2016

Viewing posts 1–4 of 4

Hi Markus,

1.3.41 went back to a more simple, traditional caption style.

The preview style was causing too many conflicts, especially with small images.

You can of course switch it back with a little CSS:

.wp-caption .wp-caption-text {
	padding: 8px 10px;
	margin: 0;
	background: rgba(0, 0, 0, 0.5);
	color:#FFF;
	position:absolute;
	bottom: 0;
	left: 0;
}
.wp-caption .wp-caption-text a, 
.wp-caption .wp-caption-text a:visited, 
.wp-caption .wp-caption-text a:hover {
	color:#FFF;
	text-decoration: underline;
}

Let me know if you need more info :)

Thank you Tom, I've just added font-size: 100%; and everything is fine now :-)

Greetings

Markus

Awesome :)

This archived topic is closed to new replies.