*

oscman

  • ****
  • 227 posts
very small bug in messenger and favorite items
« on: March 13, 2017, 05:33:08 AM »
there is some text saying custom when in user dashboard on messenger and favorite items

*

MB Themes

Re: very small bug in messenger and favorite items
« Reply #1 on: March 13, 2017, 07:50:17 AM »
@oscman
It is probably meta title created by breadcrumbs function.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

oscman

  • ****
  • 227 posts
Re: very small bug in messenger and favorite items
« Reply #2 on: March 15, 2017, 09:32:48 PM »
can you tell how to remove this?

*

MB Themes

Re: very small bug in messenger and favorite items
« Reply #3 on: March 16, 2017, 08:09:48 AM »
@oscman
Easiest way is to hide breadcrumbs here via css.

Code: [Select]
#body-user-custom div.breadcrumb span[itemprop="title"] {display:none;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots