Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1050666

    Hi Guys,

    It seems that after the upgrade to the newest version my ComingSoon page shows some default Enfold logos (blocks) in the middle of the side – I’ve no idea where they coming from and how to switch them of :-(

    #1050727

    Hey Jok3r0805,
    That is odd, it seems that you have some rouge elements there.
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .avia-image-container.avia-builder-el-2, .avia-image-container.avia-builder-el-5, .avia-image-container.avia-builder-el-9 {
    display: none !important;
    }

    Or Please include a admin login in the Private Content area so we can take a closer look.

    Best regards,
    Mike

    #1050937

    Hi Mike,

    Cool that did the trick. Thanks!
    Br,
    Hannes

    #1050942
    This reply has been marked as private.
    #1051212

    Hi,
    Please try this css:

    .avia-image-container.avia-builder-el-3 {
    display: none !important;
    }

    Best regards,
    Mike

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