Add a filter bouton

Add a filter bouton

PAUL8
Pathfinder
94 0 29

Hello,

I want to have my filters accessible by a bouton like this in the same place and design as this one. 
Can you help me ? 

I use dawn theme and my store is womber.fr password: PROPAGANDAAA

Thanks!

Regards,

PAUL8_0-1728751178479.jpeg

 

Replies 10 (10)

devcoders
Shopify Partner
1290 151 367

Hello @PAUL8 

You only want the filter button at the bottom on mobile, right? Please share store access because I will need to change the structure.

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!
PAUL8
Pathfinder
94 0 29

Hello friend, 

thanks for your help. My code is 0498.

ShopDoc
Shopify Partner
99 7 9

Definitely possible, will take some minor custom coding. I don’t believe dawn has this built in.

- Shaun
YouTube
TikTok
PAUL8
Pathfinder
94 0 29

Hello, can you help me with this minor custom coding? Thanks !

ShopDoc
Shopify Partner
99 7 9

I will give it a shot once I get home.

- Shaun
YouTube
TikTok
PAUL8
Pathfinder
94 0 29

Thanks! I'm waiting for your response.

PaulNewton
Shopify Partner
7722 678 1628

For a fix placed collection filter button in the Dawn theme you can set the <aside> to a fixed position, but you'll have to do some hoop jumping to change all the colors so everything doesn't just blend/clash into the background and test position values.

In a custom-css trying something like the following tailoring it to need, 💣 and testing on multiple screensizes/devices carefully as the theme was not meant to do this; you have been warned.

https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/add-css 

@media screen and (min-width: 750px) {
  aside.facets-wrapper {
    position: fixed;
    bottom: 50px;
    z-index: 100;
    background: #050404;
    margin: 0 auto;
    left: 37%;
    padding-top: 4px;
    padding-bottom: 7px;
  }
  .mobile-facets__open-wrapper *, .product-count * {
    color: white !important;
  }
}

 

Beyond this such as making actual dedicated overlaying floating button is an advanced theme customization.

 

If you need further customization then contact me for services
Contact info in forum signature.
ALWAYS please provide context, examples: store url, theme name, post url(s) , or any further detail in ALL correspondence. 

 

Contact paull.newton+shopifyforum@gmail.com for the solutions you need


Save time & money ,Ask Questions The Smart Way


Problem Solved? ✔Accept and Like solutions to help future merchants

Answers powered by coffee Thank Paul with a Coffee for more answers or donate to eff.org


PAUL8
Pathfinder
94 0 29

Hello friend,

I can’t try to edit code because I know nothing about it. Can you try it for me ? My collaborative code is 0498.

thanks

PaulNewton
Shopify Partner
7722 678 1628

For my post you do NOT have to edit code.

Use the custom-css as instructed read the docs know how themes work on the platform your business depends on

https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/add-css 

 

Contact paull.newton+shopifyforum@gmail.com for the solutions you need


Save time & money ,Ask Questions The Smart Way


Problem Solved? ✔Accept and Like solutions to help future merchants

Answers powered by coffee Thank Paul with a Coffee for more answers or donate to eff.org


PAUL8
Pathfinder
94 0 29

Hello, This is the result I have, can you help me to fix it?
On desktop 

 

PAUL8_0-1728903335227.png

On mobile:

PAUL8_1-1728903350252.png