Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor intellywp

    (@intellywp)

    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

    Thread Starter politicske

    (@politicske)

    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.

    Plugin Contributor intellywp

    (@intellywp)

    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

    Thread Starter politicske

    (@politicske)

    That is not conducive because it will be overwritten with each plugin update. Why not make this option conditional?

    Plugin Contributor intellywp

    (@intellywp)

    Hey @politicske

    I’ll suggest to our devs to integrate this features in the next plugin update

    Thank you for your suggestion.

    IntellyWP

    Thread Starter politicske

    (@politicske)

    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.

    Plugin Contributor intellywp

    (@intellywp)

    Hey @politicske

    You’re welcome

    Cheers

    IntellyWP

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Remove underline’ is closed to new replies.