Search the Community
Showing results for tags 'custom css'.
-
Hi, Does anyone know how to pre-select a bootstrap 4 custom radio button. I have tried adding 'checked' and 'active' to the class but this does not seem to work. many thanks nick
-
I’m having trouble adding custom css for an element I’ll use on the products page. The custom Css is as below: .specs_container { position: absolute; width: 100%; } .specs_image { display: block; width: 100%; height: auto; } .specs_overlay { position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 100%; width: 100%; opacity: 0; transition: .5s ease; background-color: #f2ba02; } .specs_container:hover .specs_overlay { opacity: 1; } .specs_text { color: white; font-size: 20px; position: absolute; bottom: 20%; left: 50%; transfor
-
Hello You know when WordPress theme have a little textarea in their "theme options" where you can put your own "Custom CSS"? What happens when you delete by mistake the content of the textarea? it's lost forever? isn't a way to restore it? maybe it get on a table of the WordPress database? because that's my problem, i deleted that and now i'm suffering.