Notifications
Clear all

[Closed] Shop account feature

4 Posts
3 Users
0 Reactions
2,244 Views
Posts: 23
Topic starter
(@userx)
Eminent Member
Joined: 7 years ago

Hello, I am struggling a bit trying to remove the 'Shop Account' feature and button. Can anyone help me out please? 😛

3 Replies
1 Reply
Aseize Okaztle
(@okaztle)
Joined: 7 years ago

Active Member
Posts: 8

Screenshot!?

Robert
Posts: 10549
Admin
(@robert)
Support Team
Joined: 8 years ago
Posted by: userX

Hello, I am struggling a bit trying to remove the 'Shop Account' feature and button. Can anyone help me out please? 😛

I don't see why you want to disable this, this allows users to navigate their shop account page quickly. This only appears when you're installing WooCommerce.

In any case if you want to remove this, navigate to Dashboard > Forums > Settings > Styles admin page, put this CSS code in Custom CSS Code textarea, save it, delete all caches and do Ctrl+F5 on forum front:

#wpforo #wpforo-wrap #wpf-pp-shop-menu{
    display:none;
}
1 Reply
(@userx)
Joined: 7 years ago

Eminent Member
Posts: 23

Thank you Robert. I needed to remove it because my Shop was temporarily down and being changed so I wanted to remove that button meanwhile too.