- Posts: 42
- Thank you received: 0
Main menu - text color
-
lukasu22
Active member -
Topic Author
- Member
-
Less
More
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6793
- Thank you received: 722
2 years 2 months 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.
-
lukasu22
Active member -
Topic Author
- Member
-
Less
More
- Posts: 42
- Thank you received: 0
2 years 2 months 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.
-
plive
Active member -
- Member
-
Less
More
- Posts: 107
- Thank you received: 0
2 years 3 weeks 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.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6793
- Thank you received: 722
2 years 3 weeks ago - 2 years 3 weeks 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 3 weeks ago by milos.
The following user(s) said Thank You: plive
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6793
- Thank you received: 722
2 years 3 weeks 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.167 seconds