Would like to disable this graphic in an effort to extend the navigation menu at the top and allow for more pages to fit if possible.....? Any suggestions? My website www.supercitybootcamp.com
Open "header.php" file and remove code shown in the image After that Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .menu_wrapper { float: left; }
Thanks! So after I do this, How could I add a new logo/header that Is full page-width above the slider? I am trying to replicate a look similar To this: www.crossfitfreedom.com
After following the previous post, Now add the code given below Code: <a href="Enter your link address"><img src="Enter your image address"/></a> Sending image for reference This will solve your issue.
Thanks so much for your assistance. This helped tremendously! Once last question, from the above mentioned code, what would I need to type in order to center the new header image that I'm trying to insert?
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .header a img { margin-left: 15px; width: 97%; } Adjust its value as per your requirements.