1. tinnakp
  2. Commercial Templates
  3. Wednesday, 04 March 2020
  4.  Subscribe via email
Hello, I am using Jasmine template. How can I change the style of menu items ( titles ), from Uppercase to Lowercase?
Thank you
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

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

.hornav > ul > li > a {
text-transform: none;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you, Ciaran.
It worked, but I need to change the font, to ARIAL and the size.
Can you help me with this, too?
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend you can also add the following (edit to taste)...

.hornav > ul > li > a {
font-family: Arial;
font-size: 14px;
}


Note there is also an option to set a font via the General -> Typography tab of your template settings (hornav).

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


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