Okay
  Public Ticket #2081814
General global settings
Closed

Comments

  • leventeopelcz started the conversation

    So I can't get my head around. I want to do a simple thing, change a link's color from the default blue to some custom color. I assumed falsely that the theme gets the global color settings either from elementor (but we need to turn it off, so I guess not from there) or from the customizer (again, not working) seems like just a hardcoded value?


    https://stage.fonixvet.hu/ "Read More" links are: #00a6e7; and that is the default setting in customizer > style > Main color. If I change that, nothing happens.

  •  675
    Neuron replied

    Hi,

    Unfortunately the CSS is not being able to override it for the reason of Autoptimize, there is nothing wrong no worries, you can simply add the following style and it will change the color of all links.

    a:not(button),
    .elementor a {
        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.

  • leventeopelcz replied

    Sweet, worked!

  •  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.