Underline hoover

Solved
basicbastardco
Pathfinder
171 1 29

Hi guys, 

 

I would like to remove the hoovering underline effect from filter button and make it symmetrical with the icon. I would appreciate your help. 

URL: https://basicbastard.co/collections/all

 

Screenshot 2022-12-20 at 4.48.20 PM.png

Liaz
Accepted Solution (1)
GemPages
Shopify Partner
5587 1260 1163

This is an accepted solution.

Hello @basicbastardco 

 

It's GemPages support team and glad to support you today.

I would like to give you a solution to support you:

1. Go to Online Store -> Theme -> Edit code:

 

GemPages_0-1669618959296.png

 

2. Open your theme.liquid theme file

3. Paste the below code before </body>:

 

<style>
  .facets-wrapper .mobile-facets__open-label{
     text-decoration: none !important;
  }
</style>

 

Hope my solution can work and support you!

Kind & Best regards!

GemPages Support Team.

 

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center

View solution in original post

Replies 3 (3)
GemPages
Shopify Partner
5587 1260 1163

This is an accepted solution.

Hello @basicbastardco 

 

It's GemPages support team and glad to support you today.

I would like to give you a solution to support you:

1. Go to Online Store -> Theme -> Edit code:

 

GemPages_0-1669618959296.png

 

2. Open your theme.liquid theme file

3. Paste the below code before </body>:

 

<style>
  .facets-wrapper .mobile-facets__open-label{
     text-decoration: none !important;
  }
</style>

 

Hope my solution can work and support you!

Kind & Best regards!

GemPages Support Team.

 

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
HELDERWRLD
Excursionist
77 0 4

How can i remove from these filters?

Website: https://c04baf-2.myshopify.com/collections/new-in
Pass: DiversusoficialScreenshot 2023-10-06 at 2.24.06 PM.png

basicbastardco
Pathfinder
171 1 29

Customize theme > Collection page > Template > Product grid > Turn off - Filtering and sorting

Liaz