Tagged: logo
Good morning Enfold team!
I am experiencing another issue with logo implementation, (or lack thereof), when using your theme.
If you see my website at the link provided you will notice that I have not got a logo uploaded on the header (this was removed using the Quick CSS you provided in a previous thread), but my problem is I cannot find a way to not only remove the logo but also the GIANT stack of white space where the logo usually fits.
I need the main menu to look like it does underneath the slider, (ie. even padding at top and bottom etc),
can you PLEASE instruct me on how to remove this logo area so that it’s just the menu on the top of my screen without the white space?
Hey Portfoli0CSG!
Please add the below code to your CSS
#header_main > .container{
display:none!important;
}
Cheers!
Vinay Kashyap