- Posts: 14116
- Thank you received: 1639
changing css class in title articles main featured
-
ivan.milic
Support Staff - Moderator
Less
More
9 years 9 months ago #44359
by ivan.milic
Replied by ivan.milic on topic changing css class in title articles main featured
On home page on body tag you hav class sparky_home and on othrr pages sparky_inner. So you you want to make it effects only home page:
.sparky_home .my_menu_item,
.sparky_home .my_menu_item *{
color:red;
}
.sparky_home .my_menu_item,
.sparky_home .my_menu_item *{
color:red;
}
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 #44366
by mguelmoy
Replied by mguelmoy on topic changing css class in title articles main featured
Forgive me again, but am unable to do so, not quite understand what I have to do. You Might spend an example or tutorial, I think this is very interesting to customize the web.
Thank you
Thank you
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 9 months ago #44373
by ivan.milic
Replied by ivan.milic on topic changing css class in title articles main featured
So i field you surrounded with red lines, put:
red_menu_item
open template_css.css at bottom place this code:
.sparky_home .red_menu_item,
.sparky_home .red_menu_item *{
color:red;
}
refresh home page and your menu item should appear red on home page.
After this works I think you will be more clear what the point is.
red_menu_item
open template_css.css at bottom place this code:
.sparky_home .red_menu_item,
.sparky_home .red_menu_item *{
color:red;
}
refresh home page and your menu item should appear red on home page.
After this works I think you will be more clear what the point is.
Please Log in to join the conversation.
Time to create page: 0.118 seconds