I am trying to override a style set in the layerslider by adding the class to my child theme style sheet. But it is not working. I assume the LayerSlider style sheet is loading AFTER the child theme style sheet. True?
How can I do this:
.ls-fullwidth .ls-nav-prev,
.ls-fullwidth .ls-nav-next {
position: relative;
}
This style change is required in order to meet accessibility requirements. We don’t even display the layerslider navigation. But I need the code to comply.
Hey galpinr,
Have you tried adding it to quick css instead?
Best regards,
Jordan Shannon
Thanks I will try that and re-scan the site for accessibility issues.
Where is Quick CSS stored? In a file or in the DB?
Hi,
It is added into the enfold.css file. You can also attempt to add it to the custom.css file.
Best regards,
Jordan Shannon
What directory is the enfold.css file in?
Thanks
Hi,
wp-content/uploads/dynamic_avia/enfold.css
Best regards,
Jordan Shannon