How do I hide the option value marked below?
https://spectrefive.co/?_ab=0&_fd=0&_sc=1
password: steegu
A user seeks to hide option value text displayed on their website product page (shown in an attached screenshot).
Solution Provided:
A PageFly support representative offers a CSS-based fix:
base.css filespan.siva-option-value {
display: none !important;
}
This CSS rule targets and hides the specific element containing the option value text. The discussion appears resolved with a straightforward technical solution.
How do I hide the option value marked below?
https://spectrefive.co/?_ab=0&_fd=0&_sc=1
password: steegu
Hi @S5_Virgil
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
span.avis-option-value {
display: none !important;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly