View Single Post
  #7  
Old 09-24-2006, 08:49 AM
  photo's Avatar 
photo photo is offline
 

X-Wizard
  
Join Date: Feb 2006
Location: UK
Posts: 1,146
 

Default Re: 4.1.3 color changes and background image

Quote:
Originally Posted by cmec321
thanks.
yes I am aware and have utilized the style sheets as mentioned in the post above. But what I am trying to achieve you cannot use the stylesheets unless someone knows otherwise?? Actually according to x-cart the only way to modify text below breadcrumbs and above dialogbox is modfiying the language files in the admin tool and so that is the solution I am using now. If I change the td style in skin1.css to red it changes a lot of the text in the dialogbox section to red also which I do not want. It needs to be black.

I am referring the following text in Red. Below is the copy from the homepage of classic x-cart shopping cart

Your Company Name


Welcome to Your Company Name

This is a demo store powered by X-Cart. Based on PHP template technology and integrated with an SQL database, it is a fully functional store that allows you to try X-Cart shopping cart software. As a buyer, you can browse products, put products into your cart and check out. As an administrator, you can add categories, products and change the look and feel of the store. If you have any questions please contact us.
This service is for demo purposes only. No real products. No real prices. No real charges. Please do not submit real credit card information.

Why don't you just wrap it in a div tag like this,

Code:
<div class="introtext">This is a demo store powered by X-Cart. Based on PHP template technology and integrated with an SQL database, it is a fully functional store that allows you to try X-Cart shopping cart software. As a buyer, you can browse products, put products into your cart and check out. As an administrator, you can add categories, products and change the look and feel of the store. If you have any questions please contact us. This service is for demo purposes only. No real products. No real prices. No real charges. Please do not submit real credit card information.</div>

and then add a .introtext class in skin1.css?
__________________
v4.1.10
In Dev v4.5.x


"If you don't keep an eye on your business, someone else will."
Reply With Quote