• Resolved Haqem

    (@iamhaqem)


    Hi everyone how to remove this black link with theme name, HQSNEAKER Store & howdy,sadddsa PROFILE refer url i.is.cc/2ABmv2bY.png This available after customer signup at checkout.. can everyone help me.. please urgent.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    It’s quite simple to remove the admin toolbar for all users. Just add this snippet to your functions.php file:

    add_filter('show_admin_bar', '__return_false');

    ~ Steven

    Thread Starter Haqem

    (@iamhaqem)

    Hello,

    I should put that code below the code what? in function file
    add_filter('show_admin_bar', '__return_false');

    You can put the code anywhere in functions.php. It’s probably best to put it at the bottom with a comment to remind you of what it’s doing there.

    ~ Steven

    Thread Starter Haqem

    (@iamhaqem)

    Ok I already put the code you provided, but I see this thing still exists, the admin toolbar is visible as well.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to remove Black Line above ? for online shop.’ is closed to new replies.