Webstore body classes

This is a forum to suggest new features for mojoPortal. 

This thread is closed to new posts. You must sign in to post in the forums.
6/22/2012 3:20:16 PM
Gravatar
Total Posts 216
Community Expert

mojoPortal Hosting & Design @ i7MEDIA!

Webstore body classes

I've been looking at the webstore and I have a simple suggestion that would streamline skinning a bit.

There's already body class on each webstore page that says something like "webstoreofferdetail", or "webstorecart". The problem is that this is different for every page.

It would help if all of the pages had the same class as well as a more specific class. Something like "webstore offerdetail", and "webstore webstorecart". This would help me to identify specific items on the webstore page without needing to write a huge selector that says ".webstoreofferdetail h2, .webstorecart h2" etc. I could then remove all the extra css and have simply "webstore h2", and it would effect every h2 in the webstore.

Thanks,
-Isaac

6/23/2012 8:38:48 AM
Gravatar
Total Posts 18439

Re: Webstore body classes

Hi Isaac,

I agree with you 100% and have been meaning to do this. I don't want to rename any of the existing classes that people may already have used but I will go through those pages right now and add a "webstore" class in front of the existing ones so that a more simple selector can be used. So this will be in the next release and will be in the source code repository probably later today.

Best,

Joe

6/24/2012 3:05:43 PM
Gravatar
Total Posts 216
Community Expert

mojoPortal Hosting & Design @ i7MEDIA!

Re: Webstore body classes

Thanks for the quick response on this, it's very helpful.

You must sign in to post in the forums. This thread is closed to new posts.