Size Guide button size and color
-
Hello. Please, how can i change Size Guide button size and color?
Thank you very much.
Hello,
Can you please share the page URL so I can check and give you a possible solution?
Best Regards
Hello i send:
https://821.sk/produkt/dym/
And pic in attachment.
Attachments:
You must be
logged in to view attached files.
Hello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.single-product .wd-sizeguide-btn.wd-action-btn.wd-sizeguide-icon.wd-style-text {
font-size: 30px;
background-color: #ff0c0c;
}
Best Regards
Hello. Please i added this code to custom CSS and not happen.
Please, you can check on my website?
I send you a login in private.
Thank you very much.
Hello,
I have checked your site and an issue with the missing curly brace in the above CSS code you added. I have corrected it, and the changes are now working fine. Please check and let me know if there’s anything else you need assistance with.
Best Regards
Thank you very much. Its work.
And please, how can i move size guid down?
Margintop? But its not work.
Thank you very much.
I try it again and its work – MarginTop.
And please, how can i change color of size guide text?
Thank you very much.
Hello,
Please remove the previous code and add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.wd-sizeguide-btn.wd-action-btn.wd-style-text.wd-sizeguide-icon a {
color: #ff0000;
font-size: 30px;
}
Best Regards