By nidhhog on
Hello,
I would like to only one item form menu list was bold.
I have Menu Attributes installed, but i dont know how tu use it.
What should I past into " style attribute" text field, to get expected results ?
just bold, or ,
a {
text-decoration: none;
font-weight: bold;
color: black;
}
or what ? Plese help.
Comments
You need to set only the
You need to set only the values like font-weight: bold; in 'attributes' text box.
This will work!
Two steps
It is a two step process. First you assign the menu item a unique selector, for example typing buttonbold in the ID field. Then, in your styles.css file you can target that selector like this:
#buttonbold a {/* your css here*/}
By the way I just found menu attributes yesterday. What a great module. I'm tempted to play around with assigning my menu items keyboard shortcuts.
EDIT-- I just read what Niyas wrote above. I did not know you could do this as well. I'm loving this module.
A list of some of the Drupal sites I have designed and/or developed can be viewed at motioncity.com