*

mheston

  • ***
  • 48 posts
How do I hide this.
« on: January 02, 2022, 12:44:59 PM »
How do I hide the "testing only> Recover password", is it possible.

*

MB Themes

Re: How do I hide this.
« Reply #1 on: January 03, 2022, 09:12:20 AM »
@mheston
It is probably your site name.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

mheston

  • ***
  • 48 posts
Re: How do I hide this.
« Reply #2 on: January 05, 2022, 01:30:39 PM »
I found it, it was breadcrumbs and I could hide it. In back office hiding breadcrumbs for user profile page does not work.

*

MB Themes

Re: How do I hide this.
« Reply #3 on: January 05, 2022, 02:19:10 PM »
@mheston
Which option you have in mind?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

mheston

  • ***
  • 48 posts
Re: How do I hide this.
« Reply #4 on: January 05, 2022, 02:24:18 PM »
When I try to hide user profile page breadcrumb in back office it does not work

*

mheston

  • ***
  • 48 posts
Re: How do I hide this.
« Reply #5 on: January 05, 2022, 02:54:30 PM »
Ok I hide breadcrumbs in style css -

  I changed this

ul.breadcrumb {list-style: none;margin: 0;padding: 0;}

  To this

ul.breadcrumb {display:none;}

 seems to be working good so far

*

MB Themes

Re: How do I hide this.
« Reply #6 on: January 07, 2022, 10:19:41 AM »
@mheston
Yes this code should hide breadcrumbs completely.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots