Hi,
I’m making my own font-styles (h1,h2,…), but how do I assign h1 to “.slide-entry-title.entry-title” in Quick CSS?
Regards
Poirot
Hi Poirot!
You cannot. Instead just target that by itself.
.entry-title { color: red; }
Best regards,
Elliott
Hi Elliott!
Ok, thank you!
Regards
Poirot