Want to change font size only.
-
Hi there,
If anyone can help me… I have paid for the upgrade. Site is on http://alexicompany.wordpress.com/.
When I view what I beleive to be the CSS file I see:
/*
Theme Name: Blix
Theme URI: http://www.kingcosmonaut.de/blix/
Description: A tried and true two-column theme with widgets and a customizable header.
Version: 0.9.1-wpcom
Author: Sebastian Schmieg
Author URI: http://www.kingcosmonaut.de/
Tags: custom header, fixed width, green, two columns
*/@import “layout.css?1”;
@import “spring_flavour.css”;Do I need access to ‘layout.css?1″ ?
How do I know what each css tag is called? ie: Title tag, body tag etc…I just need to increase all the font sizes on the page.
Many thanks
-
It’s going to be in “body.” If you change the 75% to something larger, it will change the size of all the text in the theme; titles, sidebar, post text, etc.
body { font-size:75%; }
- The topic ‘Want to change font size only.’ is closed to new replies.