• I have my theme set to underline links, with the AMP it doesnt do that so its not obvious whats a clickable link. The text color of the link is right but its not underlined, how do i get it to be underlined?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor ampforwp

    (@ampforwp)

    Hey @rremick,

    Add this code in Custom CSS option present in AMP Settings->Design

    a{ 
        text-decoration:underline;
    }

    Let me know if that helps you or not.

    Regards
    Marqas

    Thread Starter Rich

    (@rremick)

    That worked, thank you

    is there any way to be selective about which links get underlined? Like the navigation menu is underlined, rather it not be…..

    Plugin Contributor ampforwp

    (@ampforwp)

    Hey @rremick,

    Try using Custom CSS, check for classes and give the styling to the particular classes only.

    Let me know if that helps or not.

    Regards
    Marqas

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Link Underline’ is closed to new replies.