Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #172161
    MonicaS
    Participant

    Hi there. I would like to remove the search box from the left side menu and add social links to the bottom of that bar instead. I con’t find any way to do that… can you please advise how? Thank you.

    #172180
    Skandha
    Participant

    @monicas: To remove the search box from left side menu
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .search-form {
        display:none;
    }

    The option to have social links at the bottom of the menu is only available in pro version of the theme. I suggest you to upgrade to pro. You can check out the additional-features available in pro version of the theme.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘editing left side menu bar’ is closed to new replies.