• Resolved adi2021

    (@adi2021)


    Hi,
    How can I hide the breadcrumbs in fibosearch while searching for products.
    Breadcrumbs like while search for milk, it shows:
    Milk
    In Milk > Nestle > Fat Free
    I want to stop showing this.

    Thanks,
    The support is great for the plugin

    • This topic was modified 3 years, 3 months ago by adi2021.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Damian Góra

    (@damian-gora)

    Sure! You can hide it via simple CSS code:

    
    .dgwt-wcas-st-breadcrumbs {
      display: none!important;
    }
    
    Thread Starter adi2021

    (@adi2021)

    @damian-gora Sorry, but one last thing and then I’m done

    How can I hide the ‘categories’ text(in the search box) while searching

    I’ve attached a picture

    Image

    Plugin Support Marta

    (@martadella)

    Hi @adi2021,

    You can use the following CSS to hide the ‘categories’ text:

    .dgwt-wcas-suggestion-headline {
      display: none !important;
    }

    Regards,
    Marta

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide breadcrumbs in Fibosearch search’ is closed to new replies.