|
#1
Mar 29, 2010, 12:07 AM
|
|
wp.2.92
ata 3.4.5
dumb question but i can not find how to change the size of the text in a post. I imagine it is a css insert? I'm kinda new to this...
thanks
|
#2
Mar 29, 2010, 12:12 AM
|
|
|
|
320 posts · Apr 2009
[VA & AZ], USA
|
|
Atahualpa Theme Options > Body, Text & Links > font-size: 0.8em;
Adjust the value as desired.
|
#3
Apr 6, 2010, 07:11 PM
|
|
I want to only change the post text, not the sidebars etc. That changes everything...
|
#4
Apr 6, 2010, 07:27 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
you can put the font-size in ATO->Style POSTS & PAGES->BODY Box this will override the info in ATO->Body, Text & Links->Body Style for the post/page's body
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#5
Apr 6, 2010, 07:54 PM
|
|
I added: font-size: 1.9em; to the body box and there was no change. I realize that will be huge I just wanted to see the difference. What did I do wrong?
|
#6
Apr 6, 2010, 09:41 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
What is the URL?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#7
Apr 6, 2010, 09:58 PM
|
|
|
#8
Apr 13, 2010, 06:27 AM
|
|
I figured it out. You have to enter the code like this:
font-size: 10px;
|
#9
Apr 17, 2010, 05:58 PM
|
|
I'm very new at this, but i was able to change the font size of the page text only using HTML tags in the standard WP page/post editor.
|
#10
Apr 18, 2010, 05:41 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
ijf0 - when you add html into the post, you sort of defeating the whole idea of a theme and CSS. Say you add HTML to change the post to display in RED, then switch to a theme that shows the background for the posts in RED and the text in white. Your HTML embedded in the post wiyd override the CSS causing the test to show up in RED and you wouldn't see anything (red on red)
Also, you will have to embed our HTML in every post, using CSS you can make teh change in one place and it is global - all posts will shoe that way.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
|