Title: Sidebar toggle text &#8211; mobile
Last modified: February 28, 2021

---

# Sidebar toggle text – mobile

 *  Resolved [supermemo](https://wordpress.org/support/users/supermemo/)
 * (@supermemo)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/sidebar-toggle-text-mobile/)
 * Hi,
    I cannot find the way to edit the awful label (“Filtro>>”) that replaces
   the shop sidebar when it becomes folded in mobile devices. It is really awful
   and misleading. I think a mean visitor could think that it is a piece of code
   left visible, I bet near nobody could imagine that it encloses a search by category
   within our shop. Unfortunately I can’t find the way to upload here a screenshot.
   Thanx in advance, Memo
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsidebar-toggle-text-mobile%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [danamv](https://wordpress.org/support/users/danamv/)
 * (@danamv)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/sidebar-toggle-text-mobile/#post-14118435)
 * Hello [@supermemo](https://wordpress.org/support/users/supermemo/),
 * We do not usually provide custom coding, but for this request, we will consider
   it.
    Unfortunately, you can’t modify it directly from the Customizer, but if 
   you want to style it so it looks more like a button, you can add the following
   code into Customizer -> Additional CSS, and modify the values to please your 
   needs:
 *     ```
       @Media only screen and (max-width: 767px)
       {
       	.nv-woo-filters .nv-sidebar-toggle {
           color: var(--nv-text-color);
           background-color: orange;
           border: 1px solid #aa8d56;
           outline: medium none;
           padding: 2px;
           text-decoration: none;
       }
       }
       ```
   
 * Or if you want to hide it completely when it becomes folded, you can paste this
   code.
 *     ```
       @Media only screen and (max-width: 767px)
       {
       	.nv-woo-filters .nv-sidebar-toggle {
          display: none !important;
       }
       }
       ```
   
 * I hope it will help! Please let us know if you have any more questions.
 *  Thread Starter [supermemo](https://wordpress.org/support/users/supermemo/)
 * (@supermemo)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/sidebar-toggle-text-mobile/#post-14179900)
 * [@danamv](https://wordpress.org/support/users/danamv/)
    scuse me for the late
   response. I tested your proposed solution, and it works. However, sadly, I decided
   to change theme because I could not manage to get yours to display my shop page.
   No way. My shop page contains images and text, SEO optimized. With your very 
   beautiful and good crafted theme I could only display the default woocommerce
   shop page, that is to say, the container for the products / categories, which
   I cannot edit. I tried everything to the point to gave away. Other themes, for
   example Astra, displays my shop page from the beginning and without issues and
   without any further customization or specific code or plugin. I appreciate the
   lightness, speed and good SEO characteristics of your theme. Thank you very much.
 *  [danamv](https://wordpress.org/support/users/danamv/)
 * (@danamv)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/sidebar-toggle-text-mobile/#post-14203629)
 * Hi [@supermemo](https://wordpress.org/support/users/supermemo/),
 * Thank you for considering using Neve.
 * Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Sidebar toggle text – mobile’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/neve/4.2.3/screenshot.png)
 * Neve
 * [Support Threads](https://wordpress.org/support/theme/neve/)
 * [Active Topics](https://wordpress.org/support/theme/neve/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/neve/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/neve/reviews/)

## Tags

 * [sidebar](https://wordpress.org/support/topic-tag/sidebar/)
 * [toggle](https://wordpress.org/support/topic-tag/toggle/)

 * 3 replies
 * 2 participants
 * Last reply from: [danamv](https://wordpress.org/support/users/danamv/)
 * Last activity: [5 years, 1 month ago](https://wordpress.org/support/topic/sidebar-toggle-text-mobile/#post-14203629)
 * Status: resolved