Tagged: banner, enfold, header, navigation
I’m trying to add a white banner on the nav bar behind the logo. The banner will overlap the area below it just a little bit. I just can’t figure out where to start. I can’t seem to find the code where I can add in the image. Can someone please help. I’ve attached a link to an image of what I’m trying to do.
Hi Chris!
I’m having trouble understanding what you are trying to do, could you please link to the page in question and maybe provide us with screenshots highlighting your intentions?
Best regards,
Rikard
Looks like I made a mistake in the link. I’ve fixed it so it is showing what I’m trying to do.
Hey!
Ok I think I understand now. Please try the following in Quick CSS:
strong.logo {
background:white !important;
margin-bottom:-30px !important;
}
Regards,
Rikard
That worked nicely. Thank you very much!