Hello, I would like to use buttons rather than text in the nav menu, how would I do that? Thanks in advance; Rhonda
Hello, Paste the code given below in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #menu li a { color: #fff; background:#575353; border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; } Inplace of "#575353" you can put your color or color code.