[Resolved] Text to images

Home Forums Support [Resolved] Text to images

Home Forums Support Text to images

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #222171
    Andrew

    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?

    #222221
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    This topic should help: https://generatepress.com/forums/topic/caption-below-image/

    Let me know ๐Ÿ™‚

    #223670
    Andrew

    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?

    #223740
    Tom
    Lead Developer
    Lead Developer

    Try adding it using these instructions: https://generatepress.com/knowledgebase/adding-css/

    #223777
    Andrew

    Happened! Thank you, Tom!

    #223778
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.