• Hi All,

    I have a problem I hope someone can help with.

    Currently working on a blog but for the life of me I cannot fathom why whenever I hyperlink text in a post it turns white, colours have been specified for both active and visited links so I’m stumped.

    Any chance someone can identify the code giving me grief?

    http://www.skaninlondon.com/when-in-doubt-sig-mojito/

Viewing 2 replies - 1 through 2 (of 2 total)
  • When I examine your source code, I see this, just before the end of the closing head tag:

    #post-entry .post-content a, #author-bio a, #post-related a, #commentpost .fn a, ol.pinglist a, #post-navigator-single a,#commentpost #rssfeed a, #commentpost .comment_text a, #commentpost p a  {
    color: #ffffff;
    }

    That’s why all your links are turning white. Does your theme have a custom CSS option?

    There’s also this, just above it:

    #custom .top-navigation .sf-menu li a:hover,h1.post-title a:hover, .post-meta a:hover, #right-sidebar a:hover, .ftop div.textwidget a, .ftop a:hover, .ftop .widget_my_theme_twitter_widget a {
    color: #ffffff !important;
    }

    Not quite so harmful, but affects things like your sidebar links turning white when you hover over them, which you also probably don’t want.

    Thread Starter Rico699

    (@rico699)

    Thanks for identifying the problem code, appreciated.

    The theme does have a custom CSS option, I’ll alter the code and let you know how it goes.

    Thanks for spotting the other bit of problem code also!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘|Theme: Infimag| Hyperlinked text is not visible’ is closed to new replies.