Okay
  Public Ticket #2006802
Hyperlinks
Closed

Comments

  • zarkadia started the conversation

    Hyperlinks do not show visually in any text except Navigation Menus. Is there a way to change that?

  •  675
    Neuron replied

    Hi,

    You can easily change that via the Custom CSS.

    a:not(button), .elementor a {
        color: your_color;
    }

    For the hover:

    a:not(button):hover, .elementor a:hover {
        color: your_color;
    }

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.