Advertisement
Aurangajeb

Hide WPUF My account page section-menus with CSS

Jul 20th, 2020
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.18 KB | None | 0 0
  1. /*
  2. @ Hide WPUF My account page section/menus with CSS
  3. @ Insert this code on your customizer -> additional CSS area.
  4. */
  5.  
  6. li.wpuf-menu-item.dashboard{
  7.     display: none !important;
  8. }
  9.  
  10.  
  11. li.wpuf-menu-item.posts {
  12.     display: none !important;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement