Dear Community,
I would like to have dots as spacers in the top left (circled) instead of a slash. Is that possible?
And please remove the line on the right (circled)
Dear Community,
I would like to have dots as spacers in the top left (circled) instead of a slash. Is that possible?
And please remove the line on the right (circled)
To replace the slash with dots as spacers in the top left and remove the line on the right, you can try the following steps:
<span class="separator">/</span>
Replace it with:
<span class="separator">•••</span>
This will display three dots as spacers.
.line or #line. Once you find it, add the following CSS code to hide it:.line {
display: none;
}
Save the changes.
Note: The specific code and CSS classes may vary depending on your theme. If you’re having trouble locating the appropriate elements or making the changes, it’s recommended to consult with a developer or the theme’s support for further assistance.
@NomtechSolution I can’t find the code in my theme.liquid
Done!