Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #515224

    Dearest Enfold-gurus,

    my client asked me to add a logo in one of the footer columns, and the only way I could think of was to use Enfold child advertising area -widget. If there is a better way to put a simple image/logo in there, I’m happy to know it. :) This way is ok too, but then I would like to get rid of that hover-effect and maybe that other image too (now a grey square so it looks like there’s only one image). That logo doesn’t have to be a link, it would be perfect just by being there and doing nothing. :)

    – Pia / Deekolme

    #515226

    Hey Deekolme!

    You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Or, You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
    then you can create any of them and copy/paste shortcode into any other content element or into text widget.

    If you would like to remove image overlay on footer, please add following code to Quick CSS in Enfold theme options under General Styling tab

    #footer .image-overlay { display: none !important; }

    Cheers!
    Yigit

    #515663

    Thank you Yigit!

    I chose to leave that last option in footer (the first ones were too much for my poor tired brain :D ), and that piece of code worked fine. Just one last question – how can I remove also link/hand hover from that grey, invisible image beside the logo?

    – Pia / Deekolme

    #515819

    Hi!

    Please add following code to Quick CSS as well

    #avia_partner_widget-3 .avia_partner1 {
        pointer-events: none;
    }

    Best regards,
    Yigit

    #516449

    This is just perfect, thank you so much Yigit! <3

    Greetings,

    – Pia / Deekolme

    #516451

    Hey!

    You are welcome, we are always happy to help!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Have a great weekend!

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Adding image in footer?’ is closed to new replies.