Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #904631

    Hi enfold team,

    I’m having some issues with my footer and can’t seem to make it work.

    Firstly my social icons, I’d like to have colour on mouse over for each icon in their colours
    Vimeo – #629640
    Linkedin- #3472a4
    Youtube- #d2463a
    Twitter- #a3d1f9

    Secondly, is there a way to edit the MailChimp signup to remove birthday?

    Thirdly, is there a way to change the font size in the Latest News section to match the other footer columns?

    Nothing seems to work!

    #904805

    Hey Lara,

    Thanks for providing the login access, I have added Custom Class on the shortcode for social icons in your footer and added this css code in Quick CSS:

    #footer .twitter a:hover {
        color: #a3d1f9;
    }
    
    #footer .youtube a:hover {
        color: #d2463a;
    }
    
    #footer .linkedin a:hover {
        color: #3472a4;
    }
    
    #footer .vimeo a:hover {
        color: #629640;
    }

    Let us know if you need further assistance :)

    Best regards,
    Nikko

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