This topic has 6 replies, 3 voices, and was last updated 7 years, 11 months ago ago by Jack Richardson
I’ve done very little customization thus far, so it’s a relatively clean, new installation of Xmarket.
The variable products that I have entered work as expected. However, when you select a qualifier, an oddly hyperlinked word, “Clear,” appears on the next line.
Clicking it, of course, resets the product to the default variation.
The problem, then, is that it’s missing the CSS and/or image that styles this link as a button and places it where you intended. Can I please have that code?
Hello,
As you can see the same style is on our demo https://www.8theme.com/demo/xmarket-wo/?product=mens-demo-shoes-2 . How do you want to style it?
You can write HTML syntax in the category description. It will work, but by default we don’t have html editor there as wordpress editor for posts/pages.
Best regards,
Jack Richardson.
Thanks, Jack, for the clarifications and the quick reply.
Now, on that Clear button/link, I should be able to handle restyling it. Just to explain my confusion and perhaps to improve the template, on my desktop browsers the clickable region is very small and not on the text itself. It seems to be limited to that small white strip in the screen capture below. I’m not sure why or what’s cancelling it, though I imagine that that’s close to unusable on handheld devices.
Hello,
Try to add this code in custom.css file:
.reset_variations {
margin: 10px 0 0px !important;
}
To create custom.css you need rename default.custom.css to custom.css in wp-content/themes/xmarket directory via FTP and enable it in Xmarket – Theme Settings, tick “Enable Custom CSS file”.
Regards,
Eva Kemp.
That did the trick. Thanks, Eva et al.
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘Variable Products Missing Clear Button’' has been successfully resolved, and the topic is now closed for further responses