Osclass Support Forums

Osclass theme support => Sigma Osclass Theme => Topic started by: mheston on January 02, 2022, 12:44:59 PM

Title: How do I hide this.
Post by: mheston on January 02, 2022, 12:44:59 PM
How do I hide the "testing only> Recover password", is it possible.
Title: Re: How do I hide this.
Post by: MB Themes on January 03, 2022, 09:12:20 AM
@mheston
It is probably your site name.
Title: Re: How do I hide this.
Post by: mheston 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.
Title: Re: How do I hide this.
Post by: MB Themes on January 05, 2022, 02:19:10 PM
@mheston
Which option you have in mind?
Title: Re: How do I hide this.
Post by: mheston on January 05, 2022, 02:24:18 PM
When I try to hide user profile page breadcrumb in back office it does not work
Title: Re: How do I hide this.
Post by: mheston 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
Title: Re: How do I hide this.
Post by: MB Themes on January 07, 2022, 10:19:41 AM
@mheston
Yes this code should hide breadcrumbs completely.