• Hello,

    I would like if it is possible to deactivate the variables that appear associated to the woocommerce account after installation? (Backed campaigns, My campaigns, etc …)

    Thank you very much,

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

    Thanks a lot for using the WP Crowdfunding plugin and contacting us. I think you would like to remove the crowdfunding related menu items from the WooCommerce My Account menu. If yes, please apply the following CSS on Appearance > Customize > Additional CSS:

    .woocommerce-MyAccount-navigation-link--profile, 
    .woocommerce-MyAccount-navigation-link--my-campaigns, 
    .woocommerce-MyAccount-navigation-link--backed-campaigns, 
    .woocommerce-MyAccount-navigation-link--pledges-received, 
    .woocommerce-MyAccount-navigation-link--bookmarks {
        display: none;
    }

    Hopefully, it’ll work for you.

    Regards,
    Mehedi

    Hello,
    I tried to implement this solution but it is not working. Menu items are still in place. Could you help me to resolve this?

    Thank you.

    Hello,
    Please don’t worry. Please check your mail.
    Our support team will help you.
    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘My Account Woocommerce Variables’ is closed to new replies.