CSS defined in CSS editor not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2012 05:02 AM
I tried adding the custom style class as below for the container and Header widget in the Style class field, But i can see no change in the styles? .custom-metadata-container{ background-color : #E6E6E6; }
.custom.metadata-headers{ font-size : 140%; color : Red; font-weight : bold; }
Please help me out.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2012 11:15 AM
Hi,
Just to be sure: the Style Class field is not the CSS editor. You only have to write your class name in it, and write your rule in the CSS Editor (Branding > Your Branding > CSS Editor Tab).
If you don't see your changes, it might be that your rule is overrided by a more precised one. Try to be more specific in your rule declaration.
