How to remove items from the mobile sidebar

Home Forums Gillion Theme How to remove items from the mobile sidebar

Home Forums Gillion Theme How to remove items from the mobile sidebar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • rowant1990
    Participant

    I’m trying to remove items from the mobile sidebar only. For example in the attached image I want to remove the search, share and read later items, but still want to keep the page links and the bottom search bar. I also still want them to display on the top bar on the desktop version.

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

    Hi @rowant1990,

     

    I hope you are well today and thank you for your question.

     

    Could you please share me your site URL where it’s displaying so that I can help you to achieve it?

     

    Best regards,
    Shufflehound team

    rowant1990
    Participant

    Hi,

     

    My site is rowant.co.uk

     

    Thanks

    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-nav-mobile li.sh-nav-search,
    .sh-nav-mobile li.sh-nav-share,
    .sh-nav-mobile li.sh-nav-readmore {
        display: none;
    }
Viewing 4 posts - 1 through 4 (of 4 total)