1. erikoraka
  2. Sherlock Holmes
  3. Commercial Templates
  4. Wednesday, 17 September 2014
  5.  Subscribe via email
Hi, how can I transform the capital letters of the Hornav menu to small?

Thank you in advance,

Eri
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Eri

Could you try adding the following to the Custom CSS field of your templates parameters..


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


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Ciarán thank you for your reply.
I added the code to the file /css/template_rtl.css as follows

/* Menus */
#hornav li, #hornav li li {
float: right;
}

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

But there was no change...

Could you advice on this?

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

The suggested CSS can be added to the Custom CSS field of yoru templates parameters. From your Joomla administration navigate to Extensions -> Template Manager -> j51_Lifestyle -> Custom CSS.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
It works fine!
Thank you :)
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciarán,

How can I set the text transform=none from the whole template?

Thank you once more!

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

You could try adding something like the following to the Custom CSS field of your templates parameters...


body {text-transform: none !important;}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 6
  • Page :
  • 1


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