• Resolved jgaard

    (@jgaard)


    Hi

    How do I easily change link colors for this theme?

    Kind regards Jesper

Viewing 7 replies - 1 through 7 (of 7 total)
  • Jay Mayu

    (@mayooresan)

    Can you show me the link for your site please?

    Thread Starter jgaard

    (@jgaard)

    hi, yes ofcause: http://www.1a-food.eu

    Jay Mayu

    (@mayooresan)

    To change the link color

    a {
    color: black;
    text-decoration: none;
    }

    to change the color when you hover over the link

    a:hover {
    color: red;
    text-decoration: none;
    }

    You can change the black and red respectively with your color of your choice. Then all the links on the site should change accordingly.

    Cheers
    Jay

    esmi

    (@esmi)

    @jay Mayu:Thank you contributing to the forums but please do not encourage people to edit theme files directly. At best, they will lose all of their changes when they update the theme. At worst, they could bring their site down. They should be recommended to create a child theme or use a custom CSS plugin for their changes.

    Jay Mayu

    (@mayooresan)

    @esmi Yeap that makes sense. Will do going forward 🙂

    esmi

    (@esmi)

    Thanks 🙂

    Thread Starter jgaard

    (@jgaard)

    Custon CSS works like a charm

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Link colors’ is closed to new replies.