CSS defined in CSS editor not working
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.
0 votes
1 answers
1964 views
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.