Forums

Hyperlinks are struck out (11 posts)

  1. chilios
    Member
    Posted 1 year ago #

    I am trying to edit a new theme so it is appropriate for my blog however when I preview the theme some of the hyperlinks are not underlined but have a link straight through the middle of the words, while others are fine. I have been able to edit the CSS sheet so the hyperlinks are the colors I want, but can not get rid of this problem! Any ideas? Thank you!

  2. mamikaze
    Member
    Posted 1 year ago #

    a strike through usually indicates the link is bad.

  3. chilios
    Member
    Posted 1 year ago #

    This is what I thought originally as well - however I am editing a theme (when I preview it is when I see the strike outs) but I still have my old theme up live and all the links are correct when I test them there. How does that work?

    ps. thank you for your help, I really appreciate it.

  4. Rev. Voodoo
    Volunteer Moderator
    Posted 1 year ago #

    link to your site?

  5. Mark / t31os
    Moderator
    Posted 1 year ago #

    The strikethrough is being applied in the stylesheet of the theme, hence why you only see the problem with a particular theme.

  6. chilios
    Member
    Posted 1 year ago #

    The links are to different sites. Each post has 5-6 links to different things and maybe a 1/3 of them are struck out throughout all the posts. I have adjusted all the a{ type css stuff I can handle (this isn't really my area) but the problem won't go away. Am I missing something in the style sheet? Is there a way I can search for some kind of strike out code to figure out what is wrong?

  7. Rev. Voodoo
    Volunteer Moderator
    Posted 1 year ago #

    you can search your css for line-through
    http://www.w3schools.com/css/pr_text_text-decoration.asp

    A link to your site would allow one of us to cruise your stylesheet and look for it.... but you should be able to find it

    if only some links have the strikethrough, its probably applied to a:visited or something

  8. chilios
    Member
    Posted 1 year ago #

    I can only find inline, underline and line height in my style sheet - this is probably a silly question but would it be in the templates at all? I never venture there...

  9. Rev. Voodoo
    Volunteer Moderator
    Posted 1 year ago #

    possibly...inline styling is possible. You may also have additional stylesheets that you can't see from your editor. Which would be linke from your style.css or header.php

  10. chilios
    Member
    Posted 1 year ago #

    Is there a way to find the linked style sheets?

  11. Rev. Voodoo
    Volunteer Moderator
    Posted 1 year ago #

    to quote myself.....

    Which would be linked from your style.css or header.php

    you will see the links using @import or something, in either of those files.... but most importantly, you will see links to something.css files

Topic Closed

This topic has been closed to new replies.

About this Topic