Remove Bread Crumbs

Discussion in 'Black Horse WordPress Theme' started by cornucopiax, Oct 11, 2019.

  1. cornucopiax

    cornucopiax New Member

    Joined:
    Jan 22, 2016
    Messages:
    8
    Likes Received:
    0
    I would simply like to remove the bread crumbs from my pages.
    Apologies if there is a simple way of doing this, but I couldn't find an option to do this anywhere.

    Thank you!
     
  2. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Warm Wishes from InkThemes,

    To make the desired changes, just paste the code in the Additional CSS section of the theme.

    Go to (Dashboard->Appearance->Customize->Additional CSS).

    Code:
    div#crumbs {
        display: none;
    }
    I hope this will be helpful to you.

    Regards,
    Shemaela
    InkThemes.com
     

Share This Page