Body Text Font Size not small enough?
-
How can I use CSS to change the font size. I need to it to be smaller than the GUI allows… -3.
The blog I need help with is: (visible only to logged in users)
-
Hi !
You can modify the text size using CSS, if you have the Custom Design Upgrade or the Premium Upgrade on your website.
The code to modify for the text in the article only :
.entry-content{ font-size:10px; }You can change the 10px for whatever you want !
-
Thanks Francisbob…do you know of a link to modify other locations on the page: eg .entry-content
Just looking for example codes for CSS that I can experiment with.Thanks again…worked like a charm!
-
Cool no problem !
The best tool to use when fiddling with CSS is the Page Inspector (In Firefox) https://developer.mozilla.org/en-US/docs/Tools/Page_Inspector You’ll see all the CSS Classes used for your theme. You can also follow tutorials on the internet for that, and in no time, you’ll be a good CSS Ninja :D
-Francis
-
-
Hi here, we have a support page on how to get started using the web inspector tool in your browser. Take a look at our support document on How to Find Your Theme’s CSS, which has some brief screencasts to get you started using it. It makes working with CSS much easier.with a number of brief screencasts to get you started using the web inspector. There is one built into all the major browsers.
- The topic ‘Body Text Font Size not small enough?’ is closed to new replies.