Hi, would very much appreciate it if anyone could lend me help. I have literally zero background in coding, so would even more appreciate it if the help could be provided in laymen’s terms.
The top image is a screenshot from Android, where the plus signs are visible (circled red). But, the bottom image, a screenshot from IOS, doesn’t lay out any plus signs. Would there be a way to address this problem?
Please click here to see the page in a desktop version. Thank you so much!
Hi @SoomShower this is the issue with Safari browser,
You can solve the issue by adding this CSS code to your theme.css or theme.css.liquid file in store admin > Sale channels > Online store > Themes > Edit code > Assets
.hovertext { display: inline-block; }
This is the result
Thank you for your prompt reply. Would I have to edit only one line of a code or multiple lines?
Hi, you just need to add only one line of code to your theme.css or theme.css.liquid file of your theme
1 Like
Thank you so much! Can I ask you a small follow up?
-
Would it be able to change the color/size/thickness of the plus-sign?
-
Also, It seems like other plus signs are on top of the textbox when hovering over or touching a plus sign. Would this be something that could be addressed? The above is from the mobile view and the bottom is from the desktop view.
Thank you so much for your expertise!