- Posts: 9
- Thank you received: 0
Customising the transparent menu on the home page
-
celyn
Inactive member - Topic Author
- New Member
Less
More
11 years 1 month ago #34314
by celyn
Replied by celyn on topic Customising the transparent menu on the home page
Thank you Ivan.
This has solved the transparency problem. But I also want to change the font colour. When I scroll down the page the menu bar font colour is black, but I would like it to be red.
Thanks again for your help so far.
jake
This has solved the transparency problem. But I also want to change the font colour. When I scroll down the page the menu bar font colour is black, but I would like it to be red.
Thanks again for your help so far.
jake
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 1 month ago #34317
by ivan.milic
Replied by ivan.milic on topic Customising the transparent menu on the home page
This is styling for that when menu goes down (template_css.css):
.toprow.fix_menu .mnu_mainmenu > li > a, .mnu_mainmenu > li > span {
text-shadow:none;
color: #333 !important;
}
.toprow.fix_menu .mnu_mainmenu > li.active > a, .toprow.fix_menu .mnu_mainmenu > li.active > span {
text-shadow:none;
color: #333 !important;
font-weight: 700;
}
you can just remove properties so they stay same as you set in template options
.toprow.fix_menu .mnu_mainmenu > li > a, .mnu_mainmenu > li > span {
text-shadow:none;
color: #333 !important;
}
.toprow.fix_menu .mnu_mainmenu > li.active > a, .toprow.fix_menu .mnu_mainmenu > li.active > span {
text-shadow:none;
color: #333 !important;
font-weight: 700;
}
you can just remove properties so they stay same as you set in template options
The following user(s) said Thank You: celyn
Please Log in to join the conversation.
Time to create page: 0.082 seconds