• Resolved melfortmusic

    (@melfortmusic)


    I feel like I’m hogging this support forum.

    How do I change the colours of links & visited links?

Viewing 5 replies - 1 through 5 (of 5 total)
  • weblizar_support

    (@weblizar_support)

    Hello,

    Please give your site URL and screenshot where you want changes.

    Thread Starter melfortmusic

    (@melfortmusic)

    The link is https://melfortmusicfestival.skplaces.com/classes-of-competition/

    Once the site is complete, I will give it a new domain.

    For some reason, screenshot is not working on this computer. When I hover over the links, they are blue. I want to be able to change the colour of links when they are not hovered ove & when they are visited.

    weblizar_support

    (@weblizar_support)

    Hello

    Please go to Admin Dashboard >> Appearance >> Customize >> Theme Options >> Theme general Options.

    Now, copy below code and paste into Custom CSS.

    .enigma_blog_post_content a:hover{
    color:#5c4b51 !important;
    }
    .enigma_blog_post_content span{
    color:#5c4b51 !important;
    }

    Thanks.

    Thread Starter melfortmusic

    (@melfortmusic)

    Used your coding, and then used the following to finish solving the problem:

    .enigma_blog_post_content a:link{
    color:#5c4b51 !important;
    }

    Thanks again for the amazing support!

    weblizar_support

    (@weblizar_support)

    Your most welcome Mel.

    Please give your feedback here.

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