CSS errors starting with version 1.7.6
-
Since upgrading to pro version 1.7.6 and beyond, I’m getting borders around all <li> objects as well as malformed CSS with my mobile burger menu.



They should look like this



I’m using the Phlox Pro Theme theme.
Seems to be a result of the following CSS:
@layer base {
*,::backdrop,::file-selector-button,:after,:before {
border: 0 solid;
box-sizing: border-box;
margin: 0;
padding: 0
}
}If I remove the “border: 0 solid;” the errors go away.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘CSS errors starting with version 1.7.6’ is closed to new replies.