Tagged: menu, nav menu, navigation
my site at http://www.gpc2013.my
I need to make the top nav. menu called “Global Peace Foundation” to be bold and have a small icon/image on its left.
can you help me to explain how I can do that?
thank you
Hi,
You can add something like this on your custom.css or Quick CSS:
#menu-item-3043 a {
background: url('ICON OR IMAGE URL HERE') top left no-repeat;
padding-left: 20px;
display: block;
margin: 0;
padding: 0;
}
Regards,
Ismael
okay thank you, the problem solved :)