Tagged: styling
Hi,
We’ve added a sidebar menu to our shop using the WOFF plugin. It’s working fine, but I am struggling to adjust a couple of things:
1. Spacing between filter sections
Managed to apply space after the titles, but can’t figure out how to add margin or padding before the titles. Tried adding margin and padding-before the .woof h4 element with no success.
This generates margin after the title now:
.woof h4 {
color: #ff5e00;
margin-bottom: 20px;
}
2. Make the colour of the checkboxes orange when clicked. Now they are blue, I assume they are using the default browser colour.
Actually it would be great if this could be applied to all website elements.
Attached a link to the site and an image with the current menu.
Thanks!!!
Hey nasi,
I checked your sidebar, but I can’t find the correct CSS either unfortunately. Maybe you could try reaching out to the plugin developers for further help?
Best regards,
Rikard
Hey Rikard,
Thanks for looking into this. I’ll try to contact Woof, see if they have a solution for this.
Thank you!
Nasi
Hi,
Thanks for the update. We’ll keep this thread open in case you should need any further help from us.
Best regards,
Rikard
Solved the issue. It was as simple as:
.woof_list {
padding-bottom: 30px !important;
}
YOU CAN CLOSE THE THREAD
Hi,
Great, I’m glad that you found a solution. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.
Best regards,
Rikard