Hi @politicske,
Thanks for choosing IntellyWP products.
Could you please send us more information about how could we reproduce this issue?
We need a web page URL, or more, where we can check the source code to see what is going on.
I hope you can understand that, without information, it is very difficult for us to figure out how to reproduce your issue and, eventually, help you to fix it.
Thank you
IntellyWP
I use the minimalist view but its source code changes with every refresh or post. The post title is underlined in minimalist view with an !important in the CSS code.
Hey @politicske
you could edit the following file
/wp-content/plugins/intelly-related-post/assets/templates/styles.html
and replace, at line 48 and 52
text-decoration: underline!important;
with
text-decoration: none!important;
Cheers
IntellyWP
That is not conducive because it will be overwritten with each plugin update. Why not make this option conditional?
Hey @politicske
I’ll suggest to our devs to integrate this features in the next plugin update
Thank you for your suggestion.
IntellyWP
Thanks for the assurance. Hoping to see this work because not everyone prefers underlines in links. It is also difficult to overwrite in the additional CSS section of WordPress customizer. I prefer the minimalist view because it integrates well with my minimalist site design and the underline ruins it.