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

This topic is empty.

Viewing 1 reply thread
  • Author
    Posts
    • #2606


      Nancy
      Guest

      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.

    • #2609


      Spiracle Themes
      Guest

      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

Viewing 1 reply thread

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

Your information:




Cancel