1. bvdlubbe
  2. Commercial Templates
  3. Thursday, 31 January 2013
  4.  Subscribe via email
Hello Ciarán,

is it posible to give de submenu with focus/hoover a highlighted tekst. If so how do i do this ?

Thanx !

Regards, Bas
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Bas

Would you have a URL to an example of your sub menu items?

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

This is the live site : http://www.proctima.nl
When i hoover at the menu, for example Curuculum, Ik want the submenu items to be shown in bold.

Is that possible ?

regards, Bas
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Presuming I understand you correctly that you would like the sub menu items of your top menu in bold try adding the following to the Custom CSS field of your templates parameters..

[code type=css]#subMenusContainer a {font-weight: bold; font-size: 13px;}[/code]
Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hello Ciaran,

With the code you gave, all the submenu entry get bold. I would like only the submenu item where the mouse over situation is active to be bold. Is this possible ?

regards, Bas
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
To implement it to the hover state of your sub-menu items change the CSS to the following..

[code type=css]#subMenusContainer a:hover {font-weight: bold; font-size: 13px;}[/code]
Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Hello Ciaran,

That did the trick ! Thanx !!

regards, Bas
  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!