1. mp911
  2. Commercial Templates
  3. Monday, 18 January 2016
  4.  Subscribe via email
Hello all,

After some search on the forum, I cannot find the solution for my problem.

Please see the following link : http://www.mpdev.fr ( Fedora Template)

I wanna change the color of the first letter of each item menu name. For all the menu names, I need the first letter in color RED.

Could you help me please ?

Thank you very much

Marc
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Marc

To amend try adding the following to the Custom CSS field of your templates parameters (edit to taste)...


.hornav > ul > li {
display: block;
}
.hornav > ul > li > a::first-letter {
color: #B41A15 !important;
}


CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Perfect !

Thank you very much
  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!