How to remove tittle from breadcrumbs

Home Forums Gillion Theme How to remove tittle from breadcrumbs

Home Forums Gillion Theme How to remove tittle from breadcrumbs

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • krollemurow
    Participant

    I want to have breadcrumbs but without tittle: https://prnt.sc/lqow51

     

    my website is https://najednejlinie.pl

     

     

    Hi @krollemurow,

     

    Thank you for your question.

     

    You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-titlebar-center .titlebar-title {
        display: none;
    }

     

    Best regards,
    Shufflehound team

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