Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Center area post/pages (http://forum.bytesforall.com/forumdisplay.php?f=32)
-   -   Conditional h6 tag on home page??? (http://forum.bytesforall.com/showthread.php?t=20197)

wskdigital Apr 24, 2013 05:54 PM

Conditional h6 tag on home page???
 
Hello everyone,

I've added:

td#middle h6 {
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
}

to the css.php file and it works great. Does exactly what I was expecting. I was wondering if there was a way to make it only apply to the home page and do something like this:

td#middle h6 {
margin-left: 30px;
margin-right: 30px;
}

on all other pages/posts.

Any ideas?

Thanks.

juggledad Apr 25, 2013 05:25 AM

add 'body.home' to the selector


All times are GMT -6. The time now is 01:25 AM.

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