Hi Support, 1. How do I get rid of the dashed white lines around the menu bar? 2. How do I change the color of the font to a lighter gray? Screenshot attached to reference. Thanks much! ~ Robert
Hello, 1. Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .menu_bar { background: none; } This will remove the border of menu bar. 2. Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: #menu .ddsmoothmenu li a { color: lightgray; } In place of "lightgray" you can put your color or color code. This will change the menu font color.
Thank you. I used the code for the menu background. However, I'd like to keep the background black (with light gray font), while not having the white dashed line around it. Please advise...