• Resolved akshayvip

    (@akshayvip)


    I want too remove the text

    Acme is proudly powered by WordPress and BuddyPress. Just another WordPress Theme developed by Themekraft.

    from my site.

    I have tried looking into foooter.php but no help

    my site’s url is https://www.acmeconnect.com

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

    (@olavxxx)

    Look in your functions.php, most likely there is a hook like this:
    add_action(‘wp_footer’….

    Thread Starter akshayvip

    (@akshayvip)

    olavxxx can you please elaborate a bit.I am new to all this

    Thread Starter akshayvip

    (@akshayvip)

    ??

    olavxxx

    (@olavxxx)

    It’s not in that file.
    Ps. you should remove that code from this thread (not relevant and very long).

    If you cant find it, just style it away in your css:

    .credits {
       display: none !important;
    }

    btw. Please check with the theme creator that you are actually allowed to remove the credits.

    Thread Starter akshayvip

    (@akshayvip)

    Thanks a lot,it worked

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘text in footer’ is closed to new replies.