Re: Attribute Prompt Colon
I just discovered this exact same problem myself, very annoying. You're right, with the sebenza template the colon is configurable, but with the miva default template it always adds a colon after the attribute prompt, whether I have a colon in the prompt or not.
It looks ridiculous in cases where I use an image link for the prompt instead of plain text.
Leslie, there is a workaround that's also annoying. Finish each of your attribute prompts with
Then in your Product Attribute Template you put an unbalanced close span after the prompt:
Now when the page is rendered the colon will come up as:
Now you can control that prompt with CSS and/or javascript.
I just discovered this exact same problem myself, very annoying. You're right, with the sebenza template the colon is configurable, but with the miva default template it always adds a colon after the attribute prompt, whether I have a colon in the prompt or not.
It looks ridiculous in cases where I use an image link for the prompt instead of plain text.
Leslie, there is a workaround that's also annoying. Finish each of your attribute prompts with
HTML Code:
<span class="attributeColon">
HTML Code:
&mvt:attribute:prompt;</span>
HTML Code:
<span class="attributeColon">:</span>
Comment