Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   Changing the CSS-Font sizes, light height, etc. (http://forum.bytesforall.com/showthread.php?t=4732)

Withnail Dec 5, 2009 06:38 PM

Changing the CSS-Font sizes, light height, etc.
 
I couldn't find an appropriate thread for this question, so...

If I want to play around with my CSS (line hight, font, etc.) how can I do this in ATA? I check the stylesheet in Editor, which is where I'd usually do this, but it seems to be an abbreviated stylesheet, so I am not sure where else to look.

Thanks!

Mark

juggledad Dec 6, 2009 09:00 AM

There are many places in the Atahualpa theme options where you can stle thiings. The very first is ATO->Body, Text & Links->Body Style

One of the best things about Atahualpa is you customize teh CSS in teh theme options, you don't have to go edit a stylesheet AND the options are stored in the database so if there is a new release the changes are carried forward automatically. I strongly users not to touch the coded css advise, however if you must, take a look at css.php which loads the initial options

Withnail Dec 6, 2009 11:35 AM

Thanks. I saw and poked around those sections, but couldn't find the specific parts I am looking for which are:
1. Font size for post body text
2. Font for post body text
3. Line height for post body text

Am I just not seeing them?

Thanks, again!

Mark

juggledad Dec 6, 2009 11:54 AM

Use a CSS Insert to those things (ATO-> Add HTML/CSS Inserts->CSS Inserts)set line-height of posts .e.g

div.post-bodycopy {
line-height: 1.5em;
}

christina Feb 10, 2010 12:33 PM

Is the only alternative to this to downgrade to the older ATA version where the 'traditional' .css file contained all the customizable elements?

Having to carefully tread through the css.php file with these more recent versions of ATA is very difficult for one who's used to hard-coding CSS styles or using Dreamweaver on that previous "Style.css" file that came with the previous ATA versions.

Now instead, I'm trying to control css design aspects in a php file or what is limited to a wp admin user interface. So confused. :(

andre.balestrini Feb 11, 2010 02:36 AM

Hello, (sorry for my english...)

In another theme, I work with style.css and its easy.
In ATA I try to change Title style in CSS insert section, but there is no change:
h1 {
font-size: 1.8em;
color: #FF0000
}

Its normal!

You must take Firefox with add-ons FIREBUG and you can see the right CSS code for your "<h1>".
https://addons.mozilla.org/de/firefox/addon/1843

Exemple fore changing my "h1" is not :
h1 {
font-size: 1.8em;
color: #FF0000
}

But:
div.post-headline h1 {
font-size: 1.8em;
color: #FF0000
}


All times are GMT -6. The time now is 07:32 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.