1. crimle
  2. Sherlock Holmes The Voice
  3. Commercial Templates
  4. Wednesday, 19 February 2020
  5.  Subscribe via email
Hi Ciaran

my customer wants the text of the mobile menu bold and uppercase. So I added this code to the custom.css file:

.slideout-menu {
font-weight: 700!important;
text-transform: uppercase;
}

«Uppercase» works fine, but «bold» does not. Even with «!important» it has no effect. I do not see why. Can you help?

Thank you and kind regards
Chris
References
  1. https://elementa-soulofnature.ch/
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Chris

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

.slideout-menu .menu a {
font-weight: 700;
}


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

thank your for your solution. It works (as usual) :-)
I am still striving for a better css knowledge...

Kind regards
Chris
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


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