- Posts: 5
- Thank you received: 0
How do I change the bottom menu text link color?
-
maduro
Inactive member - Topic Author
- New Member
Less
More
9 years 3 months ago #45892
by maduro
How do I change the bottom menu text link color? was created by maduro
I changed the bottom menu bar background color to a different shade of blue, now I need to change the text link color but not the hovered color.
Please advise.
Please advise.
Please Log in to join the conversation.
-
nikola.mihajlovic
Support Staff - Moderator
Less
More
- Posts: 91
- Thank you received: 10
9 years 3 months ago #45893
by nikola.mihajlovic
Replied by nikola.mihajlovic on topic How do I change the bottom menu text link color?
Hello,
please add this:
to bottom of template_css.css which is located under your template_folder/css. You should change color, and change class too if is different on your site (for "mnu_topmenu"). This code is for changing link color for menu items, active and not active. If you want active to have other color, add this code too:
Regards
please add this:
Code:
.mnu_topmenu > li > a, .mnu_topmenu > li.active > a{
color: #ffffff!important;
}
Code:
.mnu_topmenu > li.active > a{
color: #000000!important;
}
Regards
Please Log in to join the conversation.
-
maduro
Inactive member - Topic Author
- New Member
Less
More
- Posts: 5
- Thank you received: 0
9 years 3 months ago #45894
by maduro
Replied by maduro on topic How do I change the bottom menu text link color?
This code is only affecting the top menu. The link colors I would like to change is the footer menu located inside .footerrow
Thanks
Thanks
Please Log in to join the conversation.
-
nikola.mihajlovic
Support Staff - Moderator
Less
More
- Posts: 91
- Thank you received: 10
9 years 3 months ago #45895
by nikola.mihajlovic
Replied by nikola.mihajlovic on topic How do I change the bottom menu text link color?
Hello again,
so use this code:
as I explained above.
Regards
so use this code:
Code:
.mnu_footermenu> li > a, .mnu_topmenu > li.active > a{
color: #ffffff!important;
}
as I explained above.
Regards
Please Log in to join the conversation.
Time to create page: 0.152 seconds