Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1076159

    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?

    #1076169

    Hey Lara,

    Can you link us to a page with logos?

    Best regards,
    Jordan Shannon

    #1076172

    No problem,

    #1076186

    Hi,

    This should work. It’s using the footer id:

    #color-footer .image-overlay{
    display:none!important;
    }
    
    
    Best regards,
    Jordan Shannon
    #1076188

    Hi Jordan,

    Thank you so much!

    #1076189

    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?

    #1076427

    Hi,

    I happy to help. In regards to the last question, are you not using the footer widgets?

    Best regards,
    Jordan Shannon

    #1077159

    Hey Jordan,

    No I made a colour section with widget areas for my footer.

    #1077499

    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

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.