Custom CSS Stopped working out of nowhere
I Just started working on the website, and I was using the themes "Custom CSS & JS" to change CSS on a header (Applying a background color to text) and everything was working until it just stopped.
I also tried adding the CSS to the bottom of the page, or under Appearance>customize. But it doesn't seem like the website is pulling ANY custom CSS anymore, and I'm not sure why. I've tried disabling all plugins, and I don't have any cache plugins. This is a fresh install.
When I looked at "developer tools" It seems to me that the webpage didn't load any custom css at all, only the css files included in the theme.
this is the css that I applied to "HASSLE-FREE HOME REPAIRS & MAINTENANCE"
.h1addon {
display: inline;
background-color: white;
}
Again, it was working, until it just "turned off" for no apparent reason.
Comments