Jump to content

Text Color


Guest rocketranger

Recommended Posts

OPEN FILE skins/Legend/styleSheets/style.css

FIND this block of code:

.txtOldPrice {

	text-decoration: line-through;

}




PASTE this new block of code above it:




.txtPrice {

	color: orange;

}




SAVE, CLOSE, UPLOAD FILE skins/Legend/styleSheets/style.css



Next,



OPEN FILE skins/Legend/styleTemplates/content/index.tpl



FIND this block of code:




				<br /> 

				{TXT_PRICE} <span class="txtSale">{TXT_SALE_PRICE}</span>

			</div>




REPLACE it with this block of code:




				<br /> 

				<span class="txtPrice">{TXT_PRICE}</span> <span class="txtSale">{TXT_SALE_PRICE}</span>

			</div>

SAVE, CLOSE, UPLOAD FILE skins/Legend/styleTemplates/content/index.tpl

Link to comment
Share on other sites

Guest shandaman

did you re upload the files? Also try adjusting your layout.css text for latest products to no color. it might fix the problem.

Link to comment
Share on other sites

Guest shandaman

after a bit of practice it comes naturally hang in there and you will learn it. I didnt even look at the code next time ill be sure to check it though

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...