Changing the color of the blockquote in Vigilance
-
Hi,
I’ve tried using this code to change the color of the blockquote in Vigilance but nothing happens:
.blockquote {
background-color:#fffafa;
}What am I doing wrong? Thanks for your help. My blog is http://alwayswellwithin.com
The blog I need help with is: (visible only to logged in users)
-
-
Dump the ” . ” at the beginning of the selector name. There is no dot in the CSS
blockquote { background-color:#fffafa; }
- The topic ‘Changing the color of the blockquote in Vigilance’ is closed to new replies.