I want to load a additional css file if a member is a woman. If someone is a man he can load the normal css, but when someone's a woman i want to load some div classes and change the background-color.
How can i do that?
I want to load a additional css file if a member is a woman. If someone is a man he can load the normal css, but when someone's a woman i want to load some div classes and change the background-color. |
There are several built in function that might be useful: addCSS, deleteCSS, addJS, deleteJS I don't think there's any built in functions you could use for gender detection so you'll have to make one. I think someone already did this recently. My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |