Archived topic
Revert to standard WP image styling?
3 replies · Started by cgu_outreach on July 1, 2015
Viewing posts 1–4 of 4
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
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;
}
Thanks Tom :)
No problem :)
This archived topic is closed to new replies.
