Realmac
Software
Support
Blog
Company
Courier
RapidWeaver
LittleSnapper
Analog
Store
Categories
Discussions
Activity
Sign In
Welcome to the RapidWeaver Community Forums, where you can chat with RapidWeaver users from around the world!
CSS to increase font size in Crisp theme
gdawg
Posts:
56
Members
April 2012
edited April 2012
in
HTML, CSS, and Design Help
Hi,
I need some CSS help. Can I add some code to increase the font size of a RapidBlog page, using the Crisp theme by Elixir?
Comments
gdawg
Posts:
56
Members
April 2012
Oops, forgot to give you a URL:
http://leahkostamo.com
Rusty Wood
London
Posts:
674
Members
April 2012
Hi You can add the Custom CSS using % - em or px ..
I have chosen to stay with the percentage.. change the value to suit.
.blog-entry-body { font-size: 150%; }
Here's
a a good tutorial from CSS Tricks by Chris Coyier
Hope that helps
Rusty
Screen Shot 2012-04-17 at 10.09.16.png
1192 x 727
-
177K
gdawg
Posts:
56
Members
April 2012
Thanks Rusty! Worked like a charm!
Sign In
or
Register
to comment.
Comments
I have chosen to stay with the percentage.. change the value to suit.
.blog-entry-body { font-size: 150%; }Here's a a good tutorial from CSS Tricks by Chris Coyier
Hope that helps
Rusty