Viewing 7 replies - 1 through 7 (of 7 total)
  • 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

    Thread Starter doubleaa

    (@doubleaa)

    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

    Thread Starter doubleaa

    (@doubleaa)

    Ohh yes sorry~

    foodkoreaguide.com

    Thanks again~!

    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

    Thread Starter doubleaa

    (@doubleaa)

    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

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Post Titles’ is closed to new replies.