• Resolved yaroslavchic89

    (@yaroslavchic89)


    Hello!

    Please, tell me how I can hide the registration form (login form) of WP support plus plugin on Account page of my website? I have a Woocommerce registration form and your plugin registration form on Account page of my website, so it looks not good when they are together.

    And tell me, please how I can hide the phrase on Account page: “Welcome … . Log out.” before table sheet of tickets of WP support plus plugin, because again I have a copy of that phrase in Woocommerce.

    Thank in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter yaroslavchic89

    (@yaroslavchic89)

    I have solved the problem from my 1-st question in the plugins adjustments.

    But the 2-nd question is still actual. The question is about how I can hide the phrase on my website Account page: “Welcome … . Log out.” before table sheet of tickets of WP support plus plugin, because i have a copy of that phrase in Woocommerce and in WP support plus and the both of them i see together on Account page of my website.

    Thank in advance!

    Hi @yaroslavchic89,

    Please goto Support Plus -> Settings -> Custom CSS. Please use below css to hide the phrase on Account page: “Welcome … . Log out.”
    #wpsp_user_welcome{
    display:none;
    }

    Thread Starter yaroslavchic89

    (@yaroslavchic89)

    Great. Thank you!

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

The topic ‘Login Form and Woocommerce’ is closed to new replies.