- Posts: 42
- Thank you received: 0
Main menu - text color
3 years 1 week ago #49901
by milos
Replied by milos on topic Main menu - text color
Hello,
You can change the top menu colors in the template options, under the Menus tab. More info:
www.hotjoomlatemplates.com/sparky-documentation/menus
www.hotjoomlatemplates.com/sparky-docume...menus/drop-down-menu
Regards,
Milos
You can change the top menu colors in the template options, under the Menus tab. More info:
www.hotjoomlatemplates.com/sparky-documentation/menus
www.hotjoomlatemplates.com/sparky-docume...menus/drop-down-menu
Regards,
Milos
The following user(s) said Thank You: lukasu22
Please Log in to join the conversation.
3 years 1 week ago #49902
by lukasu22
Replied by lukasu22 on topic Main menu - text color
Hi,
Thank You
Regards
Lukasz
Thank You
Regards
Lukasz
Please Log in to join the conversation.
2 years 10 months ago #50166
by plive
Replied by plive on topic Main menu - text color
Hello,
Saw the documentation but i do not see how to fix Main Menu on mobile phone (android)
Please see attached file.
thanks
Saw the documentation but i do not see how to fix Main Menu on mobile phone (android)
Please see attached file.
thanks
Please Log in to join the conversation.
2 years 10 months ago - 2 years 10 months ago #50170
by milos
Replied by milos on topic Main menu - text color
Hello,
In the custom CSS find this:
and add background color:
Regards,
Milos
In the custom CSS find this:
Code:
.nav-collapse.opened li {
padding-bottom: 10px;
}
and add background color:
Code:
.nav-collapse.opened li {
padding-bottom: 10px;
background: #333;
}
Regards,
Milos
Last edit: 2 years 10 months ago by milos.
The following user(s) said Thank You: plive
Please Log in to join the conversation.
2 years 10 months ago #50171
by milos
Replied by milos on topic Main menu - text color
Actually, if you can't find the code I mentioned, just add this in custom CSS:
Regards,
Milos
Code:
.nav-collapse.opened li {
background: #333;
}
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.303 seconds