• Theme documentation says to use Customizer -> Colors to change link text color but the only color option is background.

    How to change the colors of links? Why is documentation not accurate?

Viewing 1 replies (of 1 total)
  • Theme Author Organic Themes

    (@organicthemes)

    Hi @bkerensa,

    The documentation is referring to the Pro version of the theme. Changing colors in the Lite version requires CSS. For example:

    a, a:link, a:visited {
      color: red;
    }
    a:hover, a:focus, a:active {
      color: blue;
    }

    I hope this helps. Thanks!

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