QUESTION 1
I would like to know if there is a way to change the colour of the greenish notice that appears once a product has been added to the cart.
QUESTION 2
Any way to remove the dots underneath the asterix symbol on the checkout form of a woocommerce shop
QUESTION 3
I have had issues with the enfold contact forms. None of the emails sent via these forms are received by the emails containing the domain name, only received by acounts such as gmail or other domain emails. Why could this be happening?
Hey danielle143,
1. That’s coming from Woocommerce’s css, to override it you can use this CSS code and add it to Quick CSS, located in Enfold > General Styling:
#top div.woocommerce-message {
border-color: black;
background-color: green;
color: black;
}
Just replace the colors.
2. Add this as well in Quick CSS:
label abbr.required {
display: none;
}
3. Can you try to check if this thread helps: https://kriesi.at/support/topic/contact-form-not-sending-to-email-address/
Best regards,
Nikko
Nikko
Thank you so much for this.
SOLUTION 1 worked 100%
SOLUTION 2 did nothing?
SOLUTION 3 worked 100%
Hi danielle143,
Can you give us a link for #2? you can post the link in private content if you want it to be seen only by moderators.
Best regards,
Nikko
sure!
Hi danielle143,
Thanks for giving us admin access, first this code in Quick CSS has an extra closing brace, this is already removed.
.single-product .avia-post-nav { display: none!important; }
}
The second one is that the site seems to be caching the styles even without a plugin, to fix it I have disabled CSS file merging and compression to force it to fetch new styles.
You can re-enable it after a day or two :)
Best regards,
Nikko
You have been so much help! Thank you
Hi danielle143,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko