• Hello, the developer.

    Please help me to remove the underline. It’s very annoying I think. I tried to find an option to disable this but I found nothing.

    To make clear, take a look at my screenshot bellow.

    remove the underline

    I hope your assistance. Thanks!

    Oh, ya. I have a suggestion also. Perhaps your plugin could has more than one post related at once (up to 5) and possible to be placed in right or left side. To illustrate, it will be looks like this:

    • This topic was modified 7 years, 8 months ago by ihsansfd.
Viewing 1 replies (of 1 total)
  • Plugin Contributor intellywp

    (@intellywp)

    Hi @ihsansfd,
    Thanks for choosing IntellyWP products.

    To remove the underline from the related posts, you need to edit the following file, from line 46 to 50:
    /wp-content/plugins/intelly-related-post/assets/templates/styles.html

    and replace
    ?
    ? .{utemplate} .postTitle {
    color:{postTitleColor};
    text-decoration: underline!important;
    font-size: 16px;
    }

    ?with
    ?
    ? .{utemplate} .postTitle {
    color:{postTitleColor};
    text-decoration: none!important;
    font-size: 16px;
    }

    I’ll suggest to our devs to integrate these features in their requests list
    Thank you for your suggestion,

    Have a nice day

    Alex

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove the underline’ is closed to new replies.