Hey,
thanks for reaching out – I’ll gladly help! Would you be so kind and go to plugin settings and in the “Custom CSS” box add (you can change that size 14 to whatever you wish):
.zem_rp_wrap .related_post_title
{
font-size: 14px !important;
}
Everything put together should look like this:
.zem_rp_wrap .related_post_title
{
font-size: 14px !important;
}
.related_post_title {
}
ul.related_post {
}
ul.related_post li {
}
ul.related_post li a {
}
ul.related_post li img {
}
Don’t forget to save the changes and to let me know how it goes,
Petra
That has fixed the text thanks but how do I get rid of the light gray box that the text is inside? I dont want the title inside a box.
You can try this:
zem_rp_wrap .related_post_title
{
font-size: 14px !important;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
border: none !important;
}
Take care and have a nice day,
Petra
hmm, it doesn’t seem to have worked…
oh wait, forgot the dot before zem. Thanks kindly for all you help, just one last thing to make it perfect. It isn’t aligned left like the others, the txt is indented just a little. Can I remove the indent to make it flush on the left?
Hey,
I have checked your blog and noticed you have chosen to use a different theme, so no need to fix that indent I assume?
All the best,
Petra
Yeah, I decided I was quite happy with another theme. Thanks for your help
Cool. If you have any other questions or need assistance, let me know!
Take care and have a nice day,
Petra