CSS not working
-
hi the suggested changes don’t work
it is not taking a proper century or apple gothic font and font-weight is not working, iwould imagine that the letter spacing is not working eitherfont-family:’Century Gothic’,CenturyGothic,’Apple Gothic’,AppleGothic,sans-serif
#logo h1 {
color:#ca1e00;
font-size:32px!important;
font-weight:100!important;
text-decoration:none;
border-bottom:none;
letter-spacing:10px!important;
text-rendering:auto;
text-align:center!important;
}#logo h2 {
font-size:24px!important;
font-weight:100!important;
text-align:center!important;
padding:12px 4px 0 0;
}i just tried the !important as nothing seems to work.
an ideas please?
The blog I need help with is: (visible only to logged in users)
-
First, this needs a selector and needs to end in ; and needs to be wrapped in { and }
font-family:'Century Gothic',CenturyGothic,'Apple Gothic',AppleGothic,sans-serifMaybe like this:
body { font-family:'Century Gothic',CenturyGothic,'Apple Gothic',AppleGothic,sans-serif; }Then note that any MORE specific rule set in the style.css in the theme for more specific things like “.hentry h1” will override “body” and you’d need to adjust those separately too.
-
oh that’ll be why.
Re my earlier change request for comments. Add also a CSS compiler.
:-)
why don’t the subsequent lines work they are properly enclosed methinks.
-
- The topic ‘CSS not working’ is closed to new replies.