Okay
  Public Ticket #3045906
Shop Sorting Dropdown
Closed

Comments

  •  4
    putsy started the conversation

    Hello! Recently I tried removing the breadcrumbs by following a public ticket I came across using:

    .woocommerce .woocommerce-breadcrumb {    display: none !important;
    }

    After doing so, the sorting dropdown menu seems to no longer function. Any ideas on how to rectify this issue? Thanks.

  •  1,877
    Judith replied

    Hi Putsy,

    Thanks for choosing Salient.

    Please remove the code so that we can check this out.

    Thanks.

  •  4
    putsy replied

    Hey Judith,

    I've removed the code as requested.

  •  8,839
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .woocommerce .woocommerce-breadcrumb {
        visibility: hidden !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  4
    putsy replied

    Hey Tahir,

    Thank you for your help. It worked out pretty much as intended. Greatly appreciate your help.

    Ultimately loving the theme and the support service! <3

    Cheers!