Hey,
thanks for reaching out!
Please go to plugin settings, click Customize and enter the following code into that Custom CSS box:
.related_post_title {
}
ul.related_post {
}
ul.related_post li {
}
ul.related_post li a {
}
ul.related_post li img {
}
a.zem_rp_title
{
visibility: hidden !important;
}
Let me know how it goes, take care and have a nice day,
Petra
Hmmm it doesn’t seem to work..
Any ideas?
Thanks~
It would help if you can give me a link to your blog, so that I can take a closer look?
Best,
Petra
Now I remember you 🙂
And I know why it didn’t work – try this:
.related_post_title {
}
ul.related_post {
}
ul.related_post li {
}
ul.related_post li a {
}
ul.related_post li img {
}
a.wp_rp_title
{
visibility: hidden !important;
}
This should work like a charm (hopefully).
All the best,
Petra
Uhh yes it does work but it just “hides” the titles, so there is still a big gap where the titles would be (When I highlight over the title area, it actually highlights where the words would be).
Is it possible to totally remove the “hidden” titles?
Thanks again~!
Hey,
you can try this:
a.wp_rp_title
{
height:0px !important;
width:0px !important;
visibility:hidden !important;
}
Take care and have a nice day,
Petra