WP-Custom CSS plugin?
Posted: Mon Sep 10, 2018 2:29 pm
Does anyone know what tool/plugin with FireFox (Windows) to use when trying to figure out what can be entered in the Tips & Tricks WP-Custom CSS plugin?
For example, the following removes the author and date/time stamp of posts and pages, but a small "clock" icon remains and can't get rid of it.
The .entry-date works, but the clock does not.
FireFox "web-developer tools" let you see what everything is called, but I don't understand what to do in this case where the icon seems to be a child of something.
TIA.
Dave
For example, the following removes the author and date/time stamp of posts and pages, but a small "clock" icon remains and can't get rid of it.
.entry-date { display: none !important; }
.fa-fa-clock-o { display: none !important; }
FireFox "web-developer tools" let you see what everything is called, but I don't understand what to do in this case where the icon seems to be a child of something.
TIA.
Dave