2227 pointsLike some sort of WPMU DEV God"Exceptionally helpfulLifetime member
Aphrodite
Lifetime member!
—
21st June 2010 (1 year ago)
Hi !
I dont know if that issue is due to the theme or something else but it is strange.
The HTML tags for titles (h1 / h2/ ..... H6 dont apply correctly :
H1 is ok, h2 is ok, but from 3 to 6 all formated text is identical.
This occures only in my site using nelo, reason of py post.
Config :
WP3 without buddypress
Nelo last version 2.1.2
Tinymce advanced 3.2.7
Exactly the same config of another network using corporate and one of his sub site using arclite but in it the Hx tags apply fine...
I dont know if that issue is due to the theme or something else but it is strange.
The HTML tags for titles (h1 / h2/ ..... H6 dont apply correctly :
H1 is ok, h2 is ok, but from 3 to 6 all formated text is identical.
This occures only in my site using nelo, reason of py post.
Config :
WP3 without buddypress
Nelo last version 2.1.2
Tinymce advanced 3.2.7
Exactly the same config of another network using corporate and one of his sub site using arclite but in it the Hx tags apply fine...
Just be careful about link colours (these will / may over ride headers or be specified already, also specific placing headers like sidebars and h4 commonly or h3. Firebug should tell you what is what on those if you do get a 'why is my style not applying moment'.
Responses (4)
Lead Developer — 21st June 2010 (1 year ago) #
It's just the css for the header tags. Most likely h3-h6 are all defined the same in that theme's css. You can of course change it if you want.
Lifetime member! — 21st June 2010 (1 year ago) #
I just thought about that :)
So in the child the folder of couse ? adding a css file ?
Theme Designer — 21st June 2010 (1 year ago) #
@Aphrodite: Yep you can add css for the headers in the child for instance:
h3{
font-size: 18px;
color: #111111;
}
h4{
font-size: 14px;
color: #111111;
}
... and so on
Just be careful about link colours (these will / may over ride headers or be specified already, also specific placing headers like sidebars and h4 commonly or h3. Firebug should tell you what is what on those if you do get a 'why is my style not applying moment'.
Lifetime member! — 21st June 2010 (1 year ago) #
Ok !
Thanks now understood well !
/me swiming in CSS code ;)
Become a member