Hyperlink

Support Area Forums Responsive Visual Hyperlink

Viewing 6 posts - 1 through 6 (of 6 total)
URL to the page in question:
  • Author
    Posts
  • #10492
    Kem
    Participant

    Morning Bill,

    Hope your well.

    Quick question. I have noticed that a strike through line is appearing when I hyperlink text, do you know how I can correct this?

    Thanks

    Kem

    #10496
    Bill Robbins
    Moderator

    Kem,

    All is well around here. I’d be glad to look for you. Can you send me the URL to a page where you’re having the trouble?

    Thanks,
    Bill

    #10504
    Kem
    Participant
    #10508
    Bill Robbins
    Moderator

    Kem,

    Thank you for sending over the link. It looks like most likely a plugin has added a style to your site. When a link has a “class” added to it called “broken-link” it’s setting the link to have a strikethrough.

    You can override that though. Go to the Styling tab of the theme options page. Scroll down to the Custom CSS box and paste this:

    
    .broken_link, a.broken_link {
    	text-decoration: none !important;
    }
    

    Update your settings and that should take care of it for you.

    If you run into any trouble, let me know,
    Bill

    #10512
    Kem
    Participant

    All fixed,

    Thanks Bill

    #10515
    Bill Robbins
    Moderator

    Fantastic. Enjoy your weekend!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Hyperlink’ is closed to new replies.