Forum Replies Created
-
Great, thank you! I will try very soon!
in reply to: Add to cart button customisationHi,
Nope, sorry, I think you misunderstood!
I’m oaky with your CSS, but I would not need ALL of my product layouts to have the specific PRODUCT BACKGROUND (not whole container).So I wanted a confirmation if my copied code is okay to use for SPECIFIC layouts that DO NOT edit ALL of the layouts I have on different pages.
Thanks
in reply to: Add to cart button customisationI see, so could you please help how would it look with item no #dhvc_woo_83eb437623 please? Am I right as follows:
#dhvc_woo_83eb437623 .dhvc-woo-list-item .dhvc-woo-info {
background: #fff;
}?
Thank you,
J.in reply to: Add to cart button customisationThank you! Will this overwrite all settings, or just a specific product listing? (I wish to have only the latter, so for one specific item listing, not everywhere on the site.)
in reply to: Add to cart button customisationSure!
Please see screenshot attached.
I would like to change the background colour of the green marke section. Now it is transparent, if I put it on red background, it becomes red, if on blue, it’s blue, etc.
I would like to add a white background.
Thank you!Attachments:
You must be logged in to view attached files.in reply to: Add to cart button customisationPerfect, thank you so much! 🙂
Now my last question is regarding the background color of the content in List view, which is right to the thumbnail. Now it is transparent, can I add a colour to it?
Thanks.
in reply to: Add to cart button customisationThanks, now a bit better, but I would like to have the big padding around the text (so more orange background to look like a real button) Like the one attached.
This is what I currently have, but padding does not work for some reason.
#dhvc_woo_83eb437623 .dhvc-woo-addtocart a {
text-transform: uppercase;
text-align: center;
min-width: 230px;
margin: 5;
line-height: 35px;
background: #fc6800 !important ;
padding: 0 5px;
line-height: 35px;
color: white;
}Attachments:
You must be logged in to view attached files.in reply to: Add to cart button customisationI have the following two codes set up as custom CSS:
.single-product .product .single_add_to_cart_button.button{
background-color: #333333;
color: #FFFFFF;
}
.woocommerce .product .add_to_cart_button.button{
background-color: #333333;
color: #FFFFFF;
}Still with your plugin the button is plain black text (not button).
Any other idea, solution?
in reply to: Add to cart button customisationThis reply has been marked as private.in reply to: Add to cart button customisationThis reply has been marked as private.in reply to: Add to cart button customisationThis reply has been marked as private.in reply to: Create ButtonHello,
I am using your plugin with Avada and have the same issue. I only see a text but not a button. Can you please help?
in reply to: Create Button