Link colors in page body, where do you change it globally?

Nancy November 18, 2021 at 10:01 pm

There doesn’t seem to be an option in the theme colors section to change the URL link color for text content in the body of a page.
It has the default WordPress blue and I can’t seem to find where to modify that. It is usually in the customize settings for whatever theme
you are using. Trying to override it in page code changes the text color but the underline is still the default blue.

Replies (1)

  1. Nancy November 18, 2021 at 10:01 pm

    There doesn’t seem to be an option in the theme colors section to change the URL link color for text content in the body of a page.
    It has the default WordPress blue and I can’t seem to find where to modify that. It is usually in the customize settings for whatever theme
    you are using. Trying to override it in page code changes the text color but the underline is still the default blue.

  2. Spiracle Themes November 20, 2021 at 5:20 am

    Hi Nancy

    Did you check the Appearance -> Customize -> Color Settings -> Blog Links and Links Hover settings?
    If this does not works, then use the following CSS

    a:hover {
    color: #d54545;
    }

    Copy & Paste it in Appearance -> Customize -> Additional CSS
    Also change the color hex code according to the requirement

    Best Regards

Post a Reply

Reply To: Link colors in page body, where do you change it globally?
Your information: