Hi! Could you please provide code for me to center the logo to the site and to change the color of the navigation bar? Thank you!
Hello, To make logo in center you we need to remove social icons form header. If you are agree then download "header.php" file attached and replace it with your existing header file. After that Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #logo { text-align: center; } For navigation. Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .nav-wrapper { background: YOUR COLOR VALUE; } .nav-wrapper .sf-menu > li { border-right: 1px solid YOUR COLOR VALUE; border-top: 1px solid YOUR COLOR VALUE; border-bottom: 1px solid YOUR COLOR VALUE; } Thanks & Regards Nitesh Raghuwanshi