I need to change the color of one line of text
I need to change one line of text on my front page in prestashop. I found where it pulls from in the global.css file and changed it to white, but the problem is that it also changed all of my product descriptions to white (making them non view able.) Is there anyway to change just that one line of text to white and leave the rest alone?
You can see what I am talking about if you go to vaulttesting.com and look in the top left hand corner of the page where the phone number is.
Thanks in advance,
Zack
You can see what I am talking about if you go to vaulttesting.com and look in the top left hand corner of the page where the phone number is.
Thanks in advance,
Zack
<p>Enter the competition by <mark class="red">January 30, 2011</mark> and you could win up to $$$$ — including amazing <mark class="blue">summer</mark> trips!</p>
The CSS code needed to distinguish the two may look something like: The inline code would be applied right before where you text is occurring. This may require the help of the theme developer if you're not familiar with the code. I hope this helps to answer your question, please let us know if you require any further assistance. Regards, Arnel C.