- Posts: 41
- Thank you received: 0
changing css class in title articles main featured
-
mguelmoy
Inactive member - Topic Author
- Member
Less
More
9 years 10 months ago #44345
by mguelmoy
changing css class in title articles main featured was created by mguelmoy
Is it possible to change the appearance of the title H1 to H2 changing css class in the options menu?
What kind css would have to use?how?
If this is not possible in this way, how could it?
What kind css would have to use?how?
If this is not possible in this way, how could it?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 10 months ago #44346
by ivan.milic
Replied by ivan.milic on topic changing css class in title articles main featured
You can set style for h1 and h3 in template options. But I cant get what you mean by 'changing css class in the options menu'
Please Log in to join the conversation.
-
mguelmoy
Inactive member - Topic Author
- Member
Less
More
- Posts: 41
- Thank you received: 0
-
mguelmoy
Inactive member - Topic Author
- Member
Less
More
- Posts: 41
- Thank you received: 0
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 10 months ago #44352
by ivan.milic
Replied by ivan.milic on topic changing css class in title articles main featured
If im not mistaken (because its not english) that is field where you can set class name to add to menu item. You can enter like 'my_menu_item' (without quotes) then in template_css.css you can use that class name to put css rules like:
.my_menu_item, my_menu_item *{
color:red;
}
.my_menu_item, my_menu_item *{
color:red;
}
The following user(s) said Thank You: mguelmoy
Please Log in to join the conversation.
-
mguelmoy
Inactive member - Topic Author
- Member
Less
More
- Posts: 41
- Thank you received: 0
9 years 9 months ago #44357
by mguelmoy
Replied by mguelmoy on topic changing css class in title articles main featured
Thank you very much, but I would like you to help me a little more please. My programming skills are limited.
I would like to create a customized H1 style, this must be like the H2 template, only for use on the main page of the template. Is it possible to do this with the class name? How does what I can do? What would be the rule in template.css?
Thank you very much.
I would like to create a customized H1 style, this must be like the H2 template, only for use on the main page of the template. Is it possible to do this with the class name? How does what I can do? What would be the rule in template.css?
Thank you very much.
Please Log in to join the conversation.
Time to create page: 0.172 seconds