Hi, 1. I want to change the top bar font size. How do I do this? 2. Is there a way to make the top bar wider (all the way to the side as well) ? http://69.195.124.135/~niritcar/ Thanks
Hello, 1) Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #menu .ddsmoothmenu li a { font-size: 12px; } #menu .ddsmoothmenu li li a { font-size: 12px; } 2) For this download header.php file attached and replace it with your existing header file. and Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #menu .ddsmoothmenu{ margin-left:20px; } Thanks & Regards Nitesh Raghuwanshi
Hello, goto (Appearance -> Editor -> header.php) of your dashboard. replace all the text by this file. Thanks & Regards Pramod Patel