Some CSS customization not showing
-
Hello,
I’m pretty comfortable with custom CSS, however I don’t understand why some changes show up and others don’t.For example, in the Ryu theme, the blockquote style is too big. My Typekit fonts work for the heads and body but I cannot get the blockquote to change in either font style or size.
Here’s the code I’m using:
blockquote {
font-family: “ff-meta-serif-web-pro-2”;
font-style: italic;
font-weight: 500;
font-size: 22px;
line-height: 28px;
}Is anything wrong with this?
Thanks.
The blog I need help with is: (visible only to logged in users)
-
Oh, also, I can’t get the a.link style to change.
I tried to add in a new color and remove the theme’s underline.
This is what I’m using and it’s still gray instead of purple and has an underline:
a.link {
color: #660099;
text-decoration: none;
}
- The topic ‘Some CSS customization not showing’ is closed to new replies.