• Resolved chatler

    (@chatler)


    Hello,

    I can’t seem to figure out why my links on the homepage (in the feature slider area) are pink. I would like them to be white like on the demo version of the theme. I have tried to do custom css for them, but it never changes. Any ideas on what I need to change? forgottenminnesota.com

    Carrie

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Carrie,

    The following part of the theme’s CSS is causing the links in your slider to display as pink:

    a:link {
        color: #f85749;
    }

    Did you add the above to your custom CSS or are you using a plugin that may have added it?

    You can override it by adding the following via Jetpack’s CSS editor:

    .site-banner a:link {
        color: #fff;
    }

    Let me know how you get on with that or if you have any extra questions.

    Thread Starter chatler

    (@chatler)

    It must have been a plugin because when I turned them all off the text was white. Thank you for your help. I love the theme, btw!

    Ah, I’m glad you pinpointed the issue! You could try enabling the plugins one-by-one to try and figure out the specific one that was adding the CSS to your site.

    Dyad is a lovely theme, I’m glad you like it!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Links are pink on homepage’ is closed to new replies.