• VotingCounts

    (@votingcounts)


    Hello,

    I am a total novice with no wordpress experience, so please provide any help in super simple terms and give me a step by step guide!

    I am currently using visual composer for this website: https://s607642206.websitehome.co.uk/eu-referendum

    As you can see on the above page there are a few links on the blue background thing that do not stand out due to their colour.

    I would like to know how to change their colour on just this page/part of the page.

    I’m aware it’s something to do with adding a css class and adding some css to the css settings on the top right when in visual composer. However i have no idea what to write/do in either! I’d like the links to show up the same pink that they do when you hover.

    Please help!

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

    (@noahcryns)

    .page-id-569 .ithoughts_tooltip_glossary-glossary > a, .ithoughts_tooltip_glossary-glossary > a:hover, .ithoughts_tooltip_glossary-glossary > a:visited, .ithoughts_tooltip_glossary-glossary > a:active, .ithoughts_tooltip_glossary-mediatip > a, .ithoughts_tooltip_glossary-mediatip > a:hover, .ithoughts_tooltip_glossary-mediatip > a:visited, .ithoughts_tooltip_glossary-mediatip > a:active, .ithoughts_tooltip_glossary-tooltip > a, .ithoughts_tooltip_glossary-tooltip > a:hover, .ithoughts_tooltip_glossary-tooltip > a:visited, .ithoughts_tooltip_glossary-tooltip > a:active {
    text-decoration: overline underline;
    color: red !important;
    }

    Thread Starter VotingCounts

    (@votingcounts)

    Thank you so much! I really appreciate it ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Link Colour Change’ is closed to new replies.