Hello, I am wanting to create something similar to the below website where I have a banner that goes across all pages on my website. On my website I am wanting to place a red banner instead of blue (as per the example website) underneath my main menu nav. Is this something that is possible?
Hey B,
It looks like you currently have a similar slider on your site. Do you just want to make that portion full-width?
Best regards,
Jordan Shannon
Hi Jordan,
I’m not sure what you’re meaning? I’ve attached a screenshot of what I am wanting to do, I’m wanting this to be on every website page.
Thanks!
Hi,
Right, so are you looking to extend the slider on left to full-width? If you don’t want to use what you already have there, then perhaps the Full-Width Easy slider would work:
You can add the element to every page if needed.
Best regards,
Jordan Shannon
No I want to keep the slider as is. What I am wanting to do is create a banner (not a slider) that is on every single page (without having to add it manually to every page) And I want to position this directly under the menu navigation
Hi,
I see. Unfortunately, Enfold does not have global elements.
Best regards,
Jordan Shannon
ok in that case is there a way to have a background colour for the last item in my menu nav like the below link?
Hi,
Yes, add the following to quick css:
.container.av-logo-container{
padding-right:0px!important;
}
#menu-item-11650{
background: red!important;
padding:0 50px
}
#menu-item-11650 a{
color: #fff!important;
}
Best regards,
Jordan Shannon
Thank you that’s perfect!
Hi,
No problem I’m happy to help. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon