• Hi

    Does anyone know how I can change the default colour of text links for my site buzzhut.co.uk? I am using the Scylla Pro theme and went into the style.css but couldn’t see where I could change it.

    Currently text links don’t stand out as they’re the same colour as the rest of the body copy.

    Any help appreciated.

    Many thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter stillnew

    (@stillnew)

    Just to confirm, only want to change the colour of text links in the body of my posts.

    Thanks

    A browser tool like Firebug should show you the CSS for any element – but you should avoid modifying changing theme files or your changes will be lost when the theme is updated. Better to use a custom CSS option or plugin.

    In this case, looks like maybe you’ve set the color in theme options?

    #prevBtn a, #nextBtn a, #lay1 .post, #lay2 .post, #lay4 .post, .post, .type-page, .type-attachment, .post a, .type-page a, .type-attachment a, .amp_page, .amp_next, .amp_prev, .page-numbers, .comments_template a, .comment-body, #respond, #respond input, #respond textarea, #related a, .entry-content input, .entry-content textarea {
        color: #212121 !important;
    }

    Probably best to ask the theme developer about how this is set up – as we don’t have access to (or support) commercial themes on these forums.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change colour of text links – Scylla Pro theme’ is closed to new replies.