Best practice for global css changes?
-
Sorry for a newbie question, but here goes. As I’m not that savvy with responsive css, I’m wondering what’s the best way to make global modifications to the theme?
Should I put everything I wish to change on all different screen sizes under something like
@media all {}
Like I was just trying to remove the author avatar. I struggled with the various sizes, until I entered
@media all { .entry-footer .avatar { display:none !important; } }
Is this the right way?
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Best practice for global css changes?’ is closed to new replies.