I must change the color of the main menu bar and letters change color. But can not find in css. Can you help me please briefly? where must make changes.
Thanks in advance.
ltheme
POSTED: 2016-07-12
Hello MASTER76,
You just go to Admin > Appearance > Editor, so you can add more CSS for child theme to define color for menu item
.header-site.invert .nav-horizontal > ul > li > a {
color: #ccc;
}
'#ccc' is just sample color, you can put color you want, also for font style, etc.
Get an access to all 265 items designed and developed by LTheme team plus all the future items
which will be released over the course of your club subscription.
Price starting from $69.00
Thanks in advance.
You just go to Admin > Appearance > Editor, so you can add more CSS for child theme to define color for menu item
.header-site.invert .nav-horizontal > ul > li > a {
color: #ccc;
}
'#ccc' is just sample color, you can put color you want, also for font style, etc.