Home › Forums › Archived Forums › Weaver II Theme › Weaver II Pro › CSS changes not working › Re: CSS changes not working
September 14, 2015 at 20:51 UTC - Views: 4
#23922
Moderator
By the way I can now see your rules
/*
HEADERS
*/
.entry-content h1 {font-family: ‘Economica’, sans-serif; font-weight: bold; font-size: 366%; line-height: 1.1; margin-bottom: 0.3em;}
.entry-content h2, .comment-content h1, .comment-content h2 { margin: 0 0 .3em !important; }
HEADERS
*/
.entry-content h1 {font-family: ‘Economica’, sans-serif; font-weight: bold; font-size: 366%; line-height: 1.1; margin-bottom: 0.3em;}
.entry-content h2, .comment-content h1, .comment-content h2 { margin: 0 0 .3em !important; }
Although you need to add !important to some of the properties (with a space) for these to work.
/*
HEADERS
*/
.entry-content h1 {font-family: ‘Economica’, sans-serif !important; font-weight: bold; font-size: 366%; line-height: 1.1; margin-bottom: 0.3em !important;}
.entry-content h2, .comment-content h1, .comment-content h2 { margin: 0 0 .3em !important; }
HEADERS
*/
.entry-content h1 {font-family: ‘Economica’, sans-serif !important; font-weight: bold; font-size: 366%; line-height: 1.1; margin-bottom: 0.3em !important;}
.entry-content h2, .comment-content h1, .comment-content h2 { margin: 0 0 .3em !important; }
So if you are still having a difficulty having your style work after the above changes, be specific because it appears to be working

