• Resolved ludvikl

    (@ludvikl)


    When updated to NEVE 4.1.4 there occurs a page footer which was not visible before (probably from some previous version of the page): “© 2011-2022 Rodina Panny Marie”.

    I cannot edit or delete it in the content management system.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    You can try adding this code in Appearance > Customize > Additional CSS to remove that:

    .site-footer {
    display: none !important;
    }

    Kind regards!

    Thread Starter ludvikl

    (@ludvikl)

    Thanks, but it hides the regular footer, too, which I want to keep.

    rodicaelena

    (@rodicaelena)

    Hi,

    In that case, you can replace the previous code with this one:

    .site-footer .hfg-slot .builder-item.cr {
    display: none !important;
    }

    Hope this helps.

    Kind regards,

    Rodica

    Thread Starter ludvikl

    (@ludvikl)

    Now it works perfect, thank you very much!

    Ludvik

    rodicaelena

    (@rodicaelena)

    Glad I was able to help, Ludvik!

Viewing 5 replies - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.