CSS snipet does not work
-
My CSS snippet stoped working. I was using this:
add_action( 'wp_head', function () { ?> <style> .header-filter::before { background-color: rgba(0,0,0,0.10); } </style> <?php } );
But strangely it does work when I include it in Customizer/Extra CSS:
.header-filter::before { background-color: rgba(0,0,0,0.10); }
Using the latest versions of theme (Hestia) and WordPress
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘CSS snipet does not work’ is closed to new replies.