h2.postitle a on mobile is illegible
-
On the home page on mobile/smaller sized screens, the post thumbnails’ titles appear as white with no background which makes them illegible. I’d like to add a background to the h2 or the a, I’ve tried a variety of stuff in Custom Code including these:
@media only screen and (max-width: 960px) {
h2.postitle { background: rgba(0, 0, 0, 0.3) !important; }
}@media only screen and (max-width: 960px) {
h2.postitle a { background: rgba(0, 0, 0, 0.3) !important; }
}Neither has any effect. Any help would be much appreciated.
Note, I’ve change a few other things in Customize > Misc > Custom Code, no problem. Not sure why I can’t get this one to budge.
Thank you!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘h2.postitle a on mobile is illegible’ is closed to new replies.