how to take the "all"?

Home Forums Gillion Theme how to take the "all"?

Home Forums Gillion Theme how to take the "all"?

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

    I would like to remove the “all” from my slider.

    https://www.todaylead.com

    Attachments:
    You must be logged in to view attached files.

    Hi @juniormartian,

     

    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-categories-tabs li:first-child {
        display: none;
    }

     

    Best regards,
    Shufflehound team

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