Viewing 8 replies - 1 through 8 (of 8 total)
  • Hello,

    Please go to Dashboard -> Appearance -> Customize -> Theme Options -> Theme General Options -> Custom CSS

    insert code into Custom CSS box and save –

    @media(max-width:767px){
    .enigma_header_breadcrum_title{
        display: none !important;
    }
    }

    Thanks.

    Thread Starter ven2000

    (@ven2000)

    It works! Thank you very much.
    I have also another question.
    After the update, the header has become total white. I insert this code, but it doesn’t work.

    .header_section {
    background-color: #31A3DD !important;

    Thanks.

    Please insert code into Custom CSS box and save –

    .header_section {
        color: #fff;
        background-color: #31A3DD !important;
    }

    Thanks

    Thread Starter ven2000

    (@ven2000)

    It works on a mobile device, but not on desktop.

    Thanks.

    Remove this CSS First

    .header_section {
        color: #fff;
        background-color: #31A3DD !important;
    }

    Then insert code into top of the Custom CSS box and save –

    .header_section {
        background-color: #31A3DD !important;
    }
    Thread Starter ven2000

    (@ven2000)

    Thanks a lot!

    Most welcome

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Delete Breadcrumbs only on mobile’ is closed to new replies.