Home Forums Basel support forum ACTIVATION OF "ENABLE SWATCH" OPTION FOR ATTRIBUTES

ACTIVATION OF "ENABLE SWATCH" OPTION FOR ATTRIBUTES

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #91146

    Jeriss Cloud Center
    Participant

    When I activate the option “Enable swatch” for attributes, it makes the attribute to be shown as bold on the shop page filters. Why does it do that?

    I don’t want that, it’s not user-friendly because then it makes differences with the rest of the filters. How to not make it displayed as “bold” on the shop page filters section? All filters should be same.

    #91147

    Jeriss Cloud Center
    Participant

    Attachment & Link
    https://gevcen.be/cordonnerie/semelles/

    Attachments:
    You must be logged in to view attached files.
    #91177

    Hello,

    You can change the fonts in Advanced Typography https://xtemos.com/docs/basel/advanced-typography-settings-2/

    Navigate to the Theme Settings > Typography > Advanced Typography

    Best Regards

    #91190

    Jeriss Cloud Center
    Participant

    This section is changing the titles format of the shop page side bar. It is not answering my problem.

    #91204

    Hello,

    Add this code to the Theme Settings > Custom CSS:

    body .basel-woocommerce-layered-nav li.with-swatch-text a {
        font-weight: 400;
    }

    Best Regards

    #91207

    Jeriss Cloud Center
    Participant

    Great it works.

    For those interested, I’ve completed the above code with this :

    body .basel-woocommerce-layered-nav li.with-swatch-text a {
    font-weight: 400;
    }

    .basel-woocommerce-layered-nav .swatches-normal li.with-swatch-text a {
    font-size: 14px;
    }

    #91208

    Jeriss Cloud Center
    Participant

    Issue closed

    #91212

    You are welcome!

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘ACTIVATION OF "ENABLE SWATCH" OPTION FOR ATTRIBUTES’ is closed to new replies.