No add to chart option / button
-
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.
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.
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.
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
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.
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.
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
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.
The topic ‘No add to chart option / button’ is closed to new replies.