1. ericbhf
  2. Commercial Templates
  3. Tuesday, 03 November 2015
  4.  Subscribe via email
Hello
I am using the creative tempIate and I would like the responsive menu to be black instead of brown for phones and tablets in portrait and landscape mode . How can I do that ?
Thank you for your help
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To set a specific background color for your mobile menu try adding the following to the Custom CSS field of your templates parameters (edit to taste)...


.slicknav_menu {
background-color: #222222;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hello thank you for your answer.
The color is still the same with this custom css. Maybe I am doing something wrong ?
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Try the following instead..


.slicknav_menu {
background-color: #222222 !important;
}


If the issue persist please post a URL to an example of the problem.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks it's a lot better now !
Have a nice day
:)
  1. more than a month ago
  2. Commercial Templates
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!