Home Forums WoodMart support forum No add to chart option / button

No add to chart option / button

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

    Lisawi
    Participant

    Hi,

    on the singel product page there is no add to chart option / button.

    Where can I counfigurate that?

    Greetings,
    Lisa

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

    Hello,

    I saw the screenshot you attached.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .product-image-summary .single_add_to_cart_button {
        background-color: rgba(80, 227, 194, 0.8);
    }

    Regards.
    Xtemos Studios.

    #323010

    Lisawi
    Participant

    Hi,

    my problem is now that I want to remove the color bullets and enlarge the color pictures and the text: BESCHREIBUNG
    BEWERTUNGEN (0)
    VERSAND & LIEFERUNG

    Where can I make that?
    Greetings,
    Lisa

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

    Hello,

    The swatches are coming from a third-party plugin.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .shirtee-swatches.swatchers-color .swatch-color {
        display: none;
    }

    And see if this works for you. Otherwise, it requires customizations.

    And to change the font size of tabs try adding the following Custom CSS.

    .tabs-layout-tabs .tabs li > a {
        font-size: 22px;
    }

    Best Regards

    #323088

    Lisawi
    Participant

    Good morning,

    thanks! Looks cool!

    So just one more: how can I enlarge the pictures of color variants?

    Greetings,
    Lisa

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

    Hello,

    You are Most Welcome.

    Please try adding the following Custom CSS for that.

    .swatch-on-single.swatch-with-bg {
        width: 30px;
        height: 30px;
    }

    Regards.
    Xtemos Studios.

    #323102

    Lisawi
    Participant

    Perfekt!

    What I do not like is that when clicking on the swatch pic of color the matching color appears in text but not in the main pic…
    I do not really know how to fix that…

    Greetings,
    Lisa

    #323108

    Hello,

    As I mentioned in your other topic. It is the default behavior that you need to select both variations to change the color and there is no option to change this behavior.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘No add to chart option / button’ is closed to new replies.