Re-blogged post formats look messy
The topic ‘Re-blogged post formats look messy’ is closed to new replies.
Need help? Check out our Support site, then
Hi,
I just re-blogged a guest post of mine, and the body text appears in bold and all caps. Looks awfully messy. Is there some way to re-format it?
Thanks in advance.
The blog I need help with is: theurgetowander.com
OK, I deleted the re-blog because it looked really bad with the large all cap title fonts. Am uploading a screenshot to my media folder for reference. Hope that helps.
Hi. Could you post the screenshot URL, so we can take a look?
Hi Yuri,
Have uploaded the screenshot to my media folder. Where do I post it?
Hi. You can go to the Media Library, select the screenshot and click the Edit link. It’ll provide you with the URL of the file. Please, post it here.
Ok, headings are used for the main text in the original post ( https://bopaula.wordpress.com/2015/04/30/guest-challenge-symbolism/ ). Here’s the CSS code you can add to reset text formatting:
.reblogged-content h4 {
text-transform: none;
font-weight: normal !important;
font-family: 'Droid Sans', Arial, Verdana, sans-serif !important;
font-size: 13px;
line-height: 18px;
letter-spacing: 0;
}
Thanks Yuri.
You’re welcome
The topic ‘Re-blogged post formats look messy’ is closed to new replies.