hyperlink underline

Home Forums All Other Themes hyperlink underline

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #102834
    LauraLaura
    Participant
    • Topics: 158
    • Replies: 195
    • Total: 353
    Member since: July 21, 2016

    donation theme
    draft site: http://arriveandthrivelv.com/?customize_changeset_uuid=c203c858-4e14-4bef-a11c-1fcc1c658ef0

    How do I make the hyperlink underline circled here: https://snag.gy/VNeT6O.jpg

    #102845
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30623
    • Total: 30623
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .serviceboxbg a { text-decoration: underline;}

    Regards,
    Brad

    #102893
    LauraLaura
    Participant
    • Topics: 158
    • Replies: 195
    • Total: 353
    Member since: July 21, 2016

    Thank you. It worked, but we don’t want the titles underlined.

    #102895
    LauraLaura
    Participant
    • Topics: 158
    • Replies: 195
    • Total: 353
    Member since: July 21, 2016

    Also, we do not want the title to be a hyperlink.

    #102912
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30623
    • Total: 30623
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    Remove
    .serviceboxbg a { text-decoration: underline;}

    Add this new CSS

    .serviceboxbg p a { text-decoration: underline; pointer-events: auto !important;}
    .serviceboxbg a { pointer-events: none !important;}

    Regards,
    Brad

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.