[Resolved] Revert to standard WP image styling?

Home Forums Support [Resolved] Revert to standard WP image styling?

Home Forums Support Revert to standard WP image styling?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #118032
    cgu_outreach

    Looks like I need to get captions below the image and have the goofy frame around it all as in the ‘standard, WP format. Is it possible to remove the GP image formatting? I’ve figured some out by adding in css snippets, but wondered if it is easier to somehow remove the GP formatting instead of adding additional code?

    thanks
    dave

    #118034
    Tom
    Lead Developer
    Lead Developer

    Hmm, there’s no way to remove the GP formatting, but you can do something like this:

    .wp-caption {
        background: #ddd;
        margin-bottom: 1.5em;
        max-width: 100%;
        padding: 5px;
        position: relative;
    }
    
    .wp-caption .wp-caption-text {
        background: transparent;
        bottom: 0;
        color: inherit;
        left: 0;
        margin: 0;
        padding: 5px 5px 0;
    }
    #118081
    cgu_outreach

    Thanks Tom ๐Ÿ™‚

    #118083
    Tom
    Lead Developer
    Lead Developer

    No problem ๐Ÿ™‚

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