• Resolved alm367

    (@alm367)


    I would like to change the link color, hover color and text color. These are not options in the styling section of this theme.

    How can I go about changing these colors in the Agama theme?

    Best,
    Alex

Viewing 1 replies (of 1 total)
  • Hello @alm367,

    You can do that via:
    Appearance -> Customize -> Additional CSS

    Try adding next CSS code:

    body { color: #desired_color; }
    a { color: #desired_color !important; }
    a:hover { color: #descired_color !important; }

    Best Regards

    • This reply was modified 7 years, 8 months ago by jerryscg.
Viewing 1 replies (of 1 total)
  • The topic ‘change color or link and hover’ is closed to new replies.