Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   CSS in 3.4.1 (http://forum.bytesforall.com/showthread.php?t=2673)

petercasier Jul 27, 2009 06:11 AM

CSS in 3.4.1
 
I have two blogs, each running on the latest WP release.

One with the Atahualpa theme 3.2 and one with 3.4.1.
In 3.2, I can find all styling in style.css. But in 3.4.1., I can only find .aligncenter .alignleft .alignright CSS.

I can not find back where to style h3, h4 for instance, other than editing css.php....

Peter

Flynn Aug 6, 2009 04:07 AM

Use the theme options -> HTML/CSS Inserts -> CSS Inserts

petercasier Aug 6, 2009 08:14 AM

Quote:

Originally Posted by Flynn (Post 12016)
Use the theme options -> HTML/CSS Inserts -> CSS Inserts

Hi Flynn...
sorry, maybe I was not clear. The issue is: in the previous version, the CSS was available for edit in style.css ( accessible via /wp-admin/theme-editor.php?file=/themes/atahualpa/style.css&theme=Atahualpa)

In 3.4.1 style.css only contains:

/*
Theme Name: Atahualpa
etc etc...
*/

.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft {
float: left;
}

.alignright {
float: right;
}

Flynn Aug 8, 2009 05:05 PM

It's in css.php now


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

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