Feature request: It would be great if Elementor settings could control font color for link states. I have default styles in my theme, but there are usually exceptions within any site. I was able to do it by adding a class to the widget and editing my custom CSS file, but it would be much easier if it were built into the Elementor settings.
.callout-secondary .elementor-widget-container h2 a { color: #000; } .callout-secondary .elementor-widget-container h2 a:hover { color: #fff; } .callout-secondary .elementor-widget-container h2 a:visited { color: #ffffff; }
Feature request: It would be great if Elementor settings could control font color for link states. I have default styles in my theme, but there are usually exceptions within any site. I was able to do it by adding a class to the widget and editing my custom CSS file, but it would be much easier if it were built into the Elementor settings.
.callout-secondary .elementor-widget-container h2 a { color: #000; } .callout-secondary .elementor-widget-container h2 a:hover { color: #fff; } .callout-secondary .elementor-widget-container h2 a:visited { color: #ffffff; }