Hi, I would like to put colors in the product name and in the short description section for when I do a sale on an item so it sticks out more.
When I put the code in the name field, everything becomes messed up (see image) (https://homehardwaregmr.ca/images/breezingcommerce/products/original/Sans-titre.png)
When I try to add color the the short description, the whole description just disappears !
Also, Is there a plugin, or something else to help change the color in the main description instead of writting the code over and over in that field ?
Thank you very much !!! ;D
perhaps using a class ?
<div class="red">ma description en rouge</div>
and add in your CSS
.red{color:red}
Another way can perhaps to use single quote, if double quotes break your render.
<div class='red'>ma description en rouge</div>
I tried and it is not working :-\
there is some thing misses in you html code.
check the html code and it will be fine or give me the page link and i will check it for you.