Okay
  Public Ticket #208588
Chanching link color on hover globally
Closed

Comments

  • Thomas started the conversation

    Hi there,

    ist there a possibility to change the link color on hover globally in the theme?

    i want to change it from the tyrkis-green into a yellow color.

    thank you for help

    thomas

  •  8,427
    Tahir replied

    Hey Thomas!

    Add this into the Custom CSS box located in your Salient Options panel :

    body a:hover{
    color: yellow !important;
    }

    Cheers


    ThemeNectar Support Team 

  • Thomas replied

    Hey Tahir,

    thanks a lot, it works perfekt.

    Additionally i set the accent color and the footer link color to the same color, so it fits to the whole site.

    Cheers