Do you have a link to the live site & where the CSS isn’t being applied?
Was the CSS added in the stylesheet or through a child theme or from within the dashboard?
Because the site I’m working in is under live but under development, it is currently IP blocked and redirected to the live site for those not IP permissioned. If you can give you your IP I can share access and specific links.
But the CSS I’m referring to was added through a style sheet within my child theme. All of my CSS is within that child theme style sheet, however not all the CSS is impacted.
Any recommendations?
@ftahir
Sometimes, especially in child themes, the css rules of parent theme can override the current rules.
To prevent this, add the “!” mark to your child theme most current classes or customizations to overrides the parent rules.
@digico Paris –
I had the same suspicion and added !important to some of the customizations that were no longer firing. Unfortunately it didn’t change anything and the css customization still won’t fire. Any other thoughts?
Appreciate your help!