- Posts: 2
- Thank you received: 0
Menu headers and articles headers
-
Dmitriy111
Inactive member -
Topic Author
- New Member
-
Less
More
13 years 5 months ago - 13 years 5 months ago #17996
by Dmitriy111
Menu headers and articles headers was created 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?
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: 13 years 5 months ago by Dmitriy111.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 5 months ago #18010
by ivan.milic
Replied by ivan.milic on topic Re: Menu headers and articles headers
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.
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.160 seconds