• Resolved lovemalice

    (@lovemalice)


    Hello! Could you please help me out with some custom CSS? I would like two things:

    1. Set image captions to size 13, italics (everything else default)
    2. increase padding on images to 20 on just the top and bottom

    Thank you so much!!

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Pradnya

    (@pradnyajegstudio)

    Hi @lovemalice

    Can you give a screenshot to show me which images you mean? I don’t see any images with captions on your homepage. I see some on your post, but it already has font size and padding.

    Thread Starter lovemalice

    (@lovemalice)

    Hi! Yes, it’s for blog posts. They all already have the padding and correct font size, because I’ve been doing it manually for every image. Is there CSS I could put in to make it happen without me having to override the settings?

    Thanks!

    Pradnya

    (@pradnyajegstudio)

    Please try to use this CSS.

    body.single-post .guten-post-featured-image ~ p {
        font-size: 13px;
    }
    
    body.single-post .guten-image {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    body.single-post .guten-image .guten-caption {
        font-size: 13px;
    }
    Thread Starter lovemalice

    (@lovemalice)

    This is great, thanks! I do have one more question for you: how do I find the names of each element in gutenverse? That way I can figure out my own CSS in the future and not have to bother you. Is there a list somewhere, or something? Thanks!

    Plugin Author Yoga

    (@yogajegstudio)

    Hi @lovemalice

    We don’t have list of each element’s class names.
    You could try to inspect element the blocks in the browser and each element will have class names.

    But don’t worry, it’s our pleasure to help our users.
    You can always ask us anytime. ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Need CSS Help Please :)’ is closed to new replies.