Menu headers and articles headers

More
12 years 8 months ago - 12 years 8 months ago #17996 by Dmitriy111
How to change on H1 teg menu headers and article headers. Where to change the style of H1 teg for article`s body? How to change style of H1 teg for COPYRIGHT module? I need it for SEO.

I want to change on H1 teg all headers for menu items and articles. And I also wa want to change view for H2 teg. Where I ca edit this tegs?
Last edit: 12 years 8 months ago by Dmitriy111.

Please Log in to join the conversation.

More
12 years 8 months ago #18010 by ivan.milic
For looks of H1 and H2 tags ,if you open template_css.php you woudl see:


h1 {
color:<?php echo $componentHeadingText;?>;
}

h2 {
color:<?php echo $headingText;?>;
}


so if you use custom style you can just use template parameters is you use pre-defined style you can edit /styles/styleX.php to change variable values.

If you want to change html output you must provide overrides in templates html folder, by copying originals from /components folder and making changes.

Please Log in to join the conversation.

Time to create page: 0.153 seconds
Powered by Kunena Forum