Home Forums Basel support forum Hide arrow-opener on homepage only

Hide arrow-opener on homepage only

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #3979

    wmacquinn
    Participant

    On the browse category menu on the left I would like to hide the top arrow on only the home page since the menu stays extended there. Is this possible?

    Also, unless I am missing it can I remove the select category from that search bar? I wasn t the search but the two category parts side by side seem redundant.

    Thanks.

    #3990

    Artem Temos
    Keymaster

    Hello,

    Thank you so much for purchasing our theme.

    The best way to do it is to hide these elements with a few lines of CSS code. Here is a code snippet that you may place into the Custom CSS section in Theme Settings

    
    .main-header form.has-categories-dropdown .search-by-category,
    .home .header-categories .arrow-opener { display:none; }
    

    Regards

    #3992

    wmacquinn
    Participant

    That’s absolutely perfect! Thanks so much.

    One last part. Some people like the search by category in the search field. What if I want to hide just the arrow on the homepage and leave the search bar alone?

    #3995

    Artem Temos
    Keymaster

    In this case you can use the following snippet instead

    .home .header-categories .arrow-opener { display:none; }

    #3996

    wmacquinn
    Participant

    You are awesome!!!

    LOVE THIS THEME

    #3998

    Artem Temos
    Keymaster

    You are welcome, we are always happy to help you, write us when you have any difficulties or issues with our theme.

    And we would be glad if you will rate our theme with 5 stars on themeforest in case you are satisfied with our theme and customer service http://themeforest.net/downloads

    Thank you in advance 🙂

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