Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #386835

    Steve Taylor
    Participant

    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;
    }
    
    #386836

    Steve Taylor
    Participant

    OH, 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?

    #386946

    Steve Taylor
    Participant

    It was exactly what I asked… Or at least that worked. Let me know if you think of a “better” way to do it. 🙂

    #386996

    Rue Nel
    Moderator

    Hello 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 this color: white !important;

    Hope this helps. Kindly let us know.