Hello,
Recently we noticed all our customized CSS was gone, and the CSS from the enfold child theme style.css updates are not working if we add anything in there. I’ve checked over and tried plugins but I cant find the cause of this. Are you able to assist with looking into this issue?
Hey mandmwaddle,
Do you have any mis-written custom css somewhere? This is often the culprit if CSS is no longer being recognized.
Best regards,
Jordan Shannon
Hello,
No, something happened, Im not sure what, and it deleted all our custom CSS, the style.css file in the editor for the child theme is empty except the parts that were already there. There is a section at the top for custom CSS that I put
.header-contact {
left: 80% !important;
padding-top: 20px !important;
margin-right:12px !important;
position: absolute !important;
top: 0 !important;
transform: translate(-50%) !important;
z-index: 999 !important;
}
into, however it never worked, so I had to add it directly into the html tags.
