Your account expired support, please renew to get your support.

HomePage Forums Themes Support Poco – Fast Food Restaurant WordPress Theme Remove breadcrumb only on home page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2467
    dquevedo_chimu
    Support Expired

    Hi. I need to remove the breadcrumb only on the homepage. And how can I make it smaller on the other pages.

    #2476

    Dear Sir,

    #1. To remove breadcrumb on homepage:
    Step 1: Setup page for home page: https://prnt.sc/w077r7

    Step 2: Select template Homepage on Page settings: https://prnt.sc/w0783h

    #2. To make breadcrumb smaller on the other pages, please use css code:

    @media (min-width: 768px)
    .poco-breadcrumb {
        padding: 1em 0 importaint;
        min-height: 100px importaint;
    }

    add into file style.css on child-theme.

    #2489
    dquevedo_chimu
    Support Expired

    Thanks, that was useful. Just fix the CSS code:

    @media (min-width: 768px){
        .poco-breadcrumb {
            padding: 1em 0 importaint;
            min-height: 100px importaint;
        }
    }
    #2496

    We glad to hearing that the trouble was resolved!
Let us know if you get any issue, we will give you the best solution to resolve them.

    Don’t forget to vote us 5 stars 
    Thanks and have a nice day!

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.