1. andman
  2. Commercial Templates
  3. Wednesday, 03 April 2024
  4.  Subscribe via email
Hello,

I'm using the template "NINA".

How can I change the color of the title on mobile menu (e. g. the word "MENU" at the highest level)?

Best regards.
Andreas
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Andreas

Replace me with the text you want to insert...To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

.mm-spn.mm-spn--navbar:after {
color: #ffffff;
}


Edit to taste

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran,

fine, that works.

But the title still seems a little bit pale.
Do I have to unset some proporties (e. g. tranparency or shadow)?

Andreas
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Andreas

Try amending your custom CSS with the following...

.mm-spn.mm-spn--navbar:after {
color: #ffffff;
opacity: 1;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks, that's it. :-)
  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!