• Resolved baz74

    (@baz74)


    We have just installed your plugin, after spending two days searching through other plugins for these facilities – and it looks good. Your documententation seem more complete than we are used to seeing, but can you give an example(s) of what the ‘CSS Editor’ field is expecting.
    Nb We are used to using the theme’s Custom CSS.

    • This topic was modified 1 month ago by baz74. Reason: typo

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support tahawbw

    (@tahawbw)

    Hi,

    Thanks For Your Message

    The CSS Editor accepts standard CSS just like your theme’s Custom CSS, but it is loaded only when that specific filter is displayed, so the styles apply to the filter only.

    You can find detailed instructions and more ready-to-use examples in our documentation:
    https://woobewoo.com/documentation/product-filter-design-modification-guide-css/ How to use it

    1. Go to Filter → Edit → Design tab → CSS Editor
    2. Add your custom CSS using the plugin classes
    3. Save and refresh the page

    Common examples

    Change filter title style

    .wpfFilterTitle {
    color: #2ecc71;
    font-weight: 600;
    text-transform: uppercase;
    }

    Add spacing between filter blocks

    .wpfFilterWrapper {
    margin-bottom: 20px;
    }

    Style the Clear button

    .wpfClearButton {
    background: #ff4757;
    color: #fff;
    border-radius: 4px;
    }

    Your theme’s Custom CSS is still best for global styling, while the CSS Editor is ideal when you want to style a specific filter or keep the styles portable with the filter export.

    Regards

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.