Hi, pls take a look at this site: http://divatime.dytnet.ca 1. I would like to change the menu font and color. How can I do this? 2. How can I change the background color (it is white now) to purple or green?
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #menu .ddsmoothmenu li a { font-family: Your Font Type; color: red; } .page-content { background: red!important; } Inplace of "red" put your color code. Thanks & Regards Gourav Shrivastava
Hi, thanks. I've changed the menu font but how can I change them to Arial but in bold or italics? Pls advise. http://divatime.dytnet.ca
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: #menu .ddsmoothmenu li a { font-weight: bold; font-style: italic; } This will solve your issue.