Okay
  Public Ticket #2242475
Color of links
Closed

Comments

  •   12design started the conversation
  •  675
    Neuron replied

    Hi,

    Please go to Appearance > Customize > Style. 

    - https://prnt.sc/qad987

    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.

  • 12design replied

    Thanks for your reply, I already changed that to a gold color, see attachment, bur this did not change the colours of the links in text. Do you maybe have an CSS code I can add?

  •  675
    Neuron replied

    Hi,

    Have you disabled the default colors of the Elementor? Go to Elementor > Settings.

    Kind Regards


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

  • 12design replied

    Yes, I disabled the default colors, see attachment.

  •  675
    Neuron replied

    Hi,

    Then, please add the following style in Appearance > Customize > Additional CSS.

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

    If it doesn't work please add:

    color: your_color !important;

    And for hover:

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

    Kind Regards


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

  • 12design replied

    Thank, works perfect!

  •  675
    Neuron replied

    You are welcome anytime, feel free to ask for anything you needsmile.png

    If you like our theme, please leave us a rate with 5 stars at ThemeForest, that would help us a lot.

    Kind Regards,
    NeuronThemes


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