• Resolved Rune Rasmussen

    (@syntaxerrorno)


    I just want to say; Adding a self advertising footer in updates, which can’t easily be removed for most without buying Pro, that’s just sneaky and giving bad vibes …

Viewing 5 replies - 1 through 5 (of 5 total)
  • I also cannot remove the self advertising footer which i presumed its not a good practice.

    AC

    (@purplecodes)

    Themeisle Support

    Hi @styuenprop2021,

    Thank you for your feedback.

    If you do not want to see the copyright component of Neve, you can use CSS codes to hide it. You only need the PRO version if you want to change it.

    Thread Starter Rune Rasmussen

    (@syntaxerrorno)

    Is that really so? That sneaky added footer text and link doesn’t have it’s own CSS classes. ??

    This will probably work:

    footer .builder-item:last-of-type{
    	display:none;
    }

    However, anyone got a php solution for this? That would be much neater.

    Thread Starter Rune Rasmussen

    (@syntaxerrorno)

    However, anyone got a php solution for this?

    It’s being added in /wp-content/themes/neve/header-footer-grid/Core/Builder/Footer.php by the add_footer_component function and the add_action above:

    add_action( 'neve_after_slot_component', [ $this, 'add_footer_component' ], 10, 3 );

    So a remove_action snippet should probably do it.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Footer: Neve | Powered by WordPress’ is closed to new replies.