Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #375694

    how to change href link color and its hover color in content

    #375748

    Hey paulchiao!

    Navigate to Dashboard > Enfold > General Styling > Main Content and change the primary and highlight colors.

    If you wish to use CSS then you would do this.

    .content a { color: blue !important; }
    .content a:hover { color: red !important; }

    Cheers!
    Elliott

    • This reply was modified 9 years, 10 months ago by Elliott.
    #375988

    thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘how to change href link color and its hover color’ is closed to new replies.