• Hi

    Thank you for the plugin, it is really useful.
    I am trying to change the color of the “related post tittle”, but I can’t. I clicked on “Enable custom CSS” and wrote “.related_post_title {“color: #333333;”}”, but it doesn’t work. Can you tell me what I am doing wrong?

    I also would like to suggest to make the number of post variable and dependent on the screen’s size, this will make the plugin more responsive.

    Thank you

    https://www.ads-software.com/plugins/wordpress-23-related-posts-plugin/

Viewing 1 replies (of 1 total)
  • Hi,

    sorry for such late reply. Please try adding !important:
    .related_post_title
    {
    color: #333333 !important;
    }

    Let me know how it goes,
    Petra

Viewing 1 replies (of 1 total)
  • The topic ‘Change color in related post tittle’ is closed to new replies.