Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1098842

    How can I remove the link from the image in the footer section + I want to adjust the text below the image so that it is closer to it – how can I do that?

    Best regards!

    #1099168

    Hey transformmedia,

    Please try the following in Quick CSS under Enfold->General Styling:

    #media_image-2 a {
      pointer-events:none;
    }
    
    #media_image-2 {
      padding-bottom:0;
    }

    Best regards,
    Rikard

    #1099209

    Thank you very much, that worked! :)

    #1099380

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Footer: Adjusting Text & Image’ is closed to new replies.