• Here is my website: https://davidakoch.com/

    The link color is blue. I have tried to go into the style/css page and change the link color, but have had no luck. I have made a child theme and made the appropriate changes there, but still have had no luck.

    I am wondering what is in the style css sheet that is preventing me from changing link colors.

    Thanks

Viewing 1 replies (of 1 total)
  • Hello,

    You can try this in your Custom CSS for achieving that:

    .hometext a {
        color: #992275 !important;
    }

    You can change the color as per your requirement.

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘Trouble changing link color’ is closed to new replies.