Site logo

Archived topic

Text to images

5 replies · Started by Andrew on August 29, 2016

Viewing posts 1–6 of 6

Hello, Tom!
Please tell me whether or not to make possible the signature to the images under the images themselves, rather than to them? And if so, in what way?

Hi Tom.
I scanned the topic, but not quite sure where to insert the code.
I open the "Appearance" - "Editor" - find the file style.unmin.css I find in it a standard entry

.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;
}

and replaces it with you proposed

.wp-caption .wp-caption-text {
background: transparent;
padding: 10px 0;
position: relative;
color: #000;
}

but the signature to the image remains the same as it was.

I have something that I do not?

Happened! Thank you, Tom!

You're welcome :)

This archived topic is closed to new replies.