Viewing 1 replies (of 1 total)
  • Hey,

    thanks for reaching out and sorry for this very late reply!
    One: yes, you can make customization via the plugin settings-> “Customize”-> “Custom CSS” and in the .related_post_title {..} part just enter what font size would you like. For example

    .related_post_title {
    font-size: 60px !important;
    }

    Two: the same as the above, in the “Custom CSS” add the following (for devices 360×640 – Google Nexus 5 for example):

    @media screen
      and (device-width: 360px)
      and (device-height: 640px)
     {
    
    .zem_rp_wrap .related_post_title {
    display:none !important;
    }
    .zem_rp_wrap ul.related_post {
    display: none !important;
    }
    }

    The changes need to be saved.

    Let me know how it goes, take care and have a lovely day,
    Petra

Viewing 1 replies (of 1 total)
  • The topic ‘Related Posts customization’ is closed to new replies.