Child Page Site Map - Custom CSS Class

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
2/6/2012 2:46:28 PM
Gravatar
Total Posts 16

Child Page Site Map - Custom CSS Class

Hi All,

I was wondering if it is possible to attach a custom CSS class to a Child Page Site map.  Currently under the "Feature Instance Settings" the "Child Page Site Map Settings" has nothing listed.  Many other content types have a setting for custom CSS.  Would this be a lot of work to add?

Thanks.

2/7/2012 10:20:42 AM
Gravatar
Total Posts 18439

Re: Child Page Site Map - Custom CSS Class

Hi,

It already has a class you can use:

.childpagesitemapmodule { }

If you want to style it differently on different pages then you can add a class to the body element from page settings and use a selector like this:

.yourbodyclass .childpagesitemapmodule { }

So a custom class is not really needed there.

Hope that helps,

Joe

2/7/2012 1:20:18 PM
Gravatar
Total Posts 16

Re: Child Page Site Map - Custom CSS Class

Thanks Joe, your suggestion works just great!

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