• Deon

    (@deon-b)


    Hi,
    at the moment the title of each category post is “blu underlined” like a link, because it is a link.

    But having all these blue titles looks a bit ugly.

    So I was wondering if I can change that to black and not underlined, so pretty much like if it’s not a link.

    Of course I don’t want to do this for all links on my website, just for the links within your plugin related posts.

    how can I do that?

Viewing 1 replies (of 1 total)
  • Plugin Author Daniel Floeter

    (@kometschuh)

    You can try and add that CSS code:

    .same-category-posts .post-title {
        text-decoration: initial;
        text-decoration: inherit;
        color: initial;
        color: inherit;
        cursor: initial;
        cursor: inherit;
    } 
Viewing 1 replies (of 1 total)
  • The topic ‘Change titles color’ is closed to new replies.