Archived topic
Text to images
5 replies · Started by Andrew on August 29, 2016
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 there,
This topic should help: https://generatepress.com/forums/topic/caption-below-image/
Let me know :)
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?
Try adding it using these instructions: https://generatepress.com/knowledgebase/adding-css/
Happened! Thank you, Tom!
You're welcome :)