Hi team,
I have a duplicate footer with an easy slider that has logos which are linked to the awards page.
I have roughly 300 places to use my duplicate footer template (pages, posts and portfolio items)
The logos have a grey hover on them and the only way I can get rid of it is with this code. I can only do one page at a time.
.avia_transform .page-id-6948 a:hover .image-overlay{
opacity:0 !important;
}
is there a way I can cover all pages without having to make 300 of those codes with the page ID?
Hey Lara,
Can you link us to a page with logos?
Best regards,
Jordan Shannon
No problem,
Hi,
This should work. It’s using the footer id:
#color-footer .image-overlay{
display:none!important;
}
Best regards,
Jordan Shannon
Hi Jordan,
Thank you so much!
Also is there a way I can apply this footer to all my pages, posts and portfolio items without having to manually do every page?
Hi,
I happy to help. In regards to the last question, are you not using the footer widgets?
Best regards,
Jordan Shannon
Hey Jordan,
No I made a colour section with widget areas for my footer.
Hi,
You can apply the footer to all pages by using the footer widgets. Otherwise that area has to be recreated since there are no global sections within Enfold.
Best regards,
Jordan Shannon