-
AuthorPosts
-
September 12, 2015 at 1:20 pm #386835
At least, this is what I *think* I need to do. I want to have my H1, H2, H3, etc. tags all be blue when they’re on a white background, but I want them to be white when they’re on a dark background. I imagine the best thing to do would be create a helper class that makes text color white. This is what I *think* I need to do. Am I right?
.white { color: white; }
September 12, 2015 at 1:21 pm #386836OH, and if that’s right… how can I assign multiple classes to a single item in Cornerstone? Would I just type
man white
Into the Class block?
September 12, 2015 at 8:52 pm #386946It was exactly what I asked… Or at least that worked. Let me know if you think of a “better” way to do it. 🙂
September 12, 2015 at 11:03 pm #386996Hello There,
Thanks for writing in! Yes you are on the right track. Simply separate your class with a space. Adding
man white
will do the trick. And if ever the color doesn’t take effect, please add !important to your style to force it. Perhaps it will be like thiscolor: white !important;
Hope this helps. Kindly let us know.
-
AuthorPosts