• Resolved oliverschmidt

    (@oliverschmidt)


    Hi,

    I’m using Ashe together with Elementor. I’ve set Elementor to ‘Disable Default Colors’.

    The issue I’m experiencing is that all links in my Elementor pages just have the same color as the text.

    However, if I remove

    
                    .page-content .elementor a,
                    .page-content .elementor a:hover {
                            color: inherit;
                    }
    

    from inc/customizer/dynamic-css.php then everything works just like a charm. According to my (limited) CSS knowledge my change isn’t a workaround but rather a true solution. So I’m wondering if the code in question is really to be considered as useful/necessary.

    I’d of course prefer to not have to modify the theme code after each update…

    Thanks, Oliver

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Link Color Issue’ is closed to new replies.