• Hi there. Thanks for great theme.

    I can’t change the colour of my hyperlinks. Firebug points me quite clearly to style.css line 241

    a, a:link, a:visited {
    color: #05ad9c;
    text-decoration: none;
    }

    But when I change this in my child theme nothing happens. I’ve checked my child theme is being enqueued correctly (seems to be: Appearance > Editor works fine). I’ve tried !important – still no joy. And I’ve read a lot of forum posts. I’d be very grateful for any help here – this is really making me tear my hair out!

    Thanks so much in advance. I’m here if you want to look https://www.redthreadplays.org.uk/

    James

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Organic Themes

    (@organicthemes)

    Hi @james-picardo,

    In reviewing the style.css file for your child theme, the following style is currently missing a closing “}” bracket:

    .container form li > label {
    	font-weight: 300;

    Adding a closing bracket to that style should resolve your issue. I hope this helps.

    Thanks!

    Thread Starter James Picardo

    (@james-picardo)

    Thank you!

    Yes I’m not sure what I was doing without a close bracket there… curiously that doesn’t seem to have had an impact on my hyperlink colour. It’s most peculiar…

    j

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can’t change colour of hyperlinks’ is closed to new replies.