Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
Author « Topic »  

slapbassgal
Starting Member

9 Posts

Pre-sales questions only
(More Details...)

Posted - 03/24/2018 :  08:41:39  
Hi,

I would like to change my list price to a red font, I have tried adding color:red; under div:listprice under my product page parameters but it isn't doing anything. Also I would like to remove the space between the product title and the list price, please see here:

http://www.electrickittyclothing.com/outerwear.php

could you tell me what to do?

Thanks!
Kim

Andy
ECT Moderator

95440 Posts

Posted - 03/24/2018 :  09:09:01  
Hi Kim

It looks like your site hasn't been fully updated - can you run updatestore.php and make sure all files from the updater are copied to the server?

Andy

Please feel free to review / rate our software

slapbassgal
Starting Member

9 Posts

Pre-sales questions only
(More Details...)

Posted - 03/24/2018 :  09:39:43  
Hi Andy,

Yes sorry about that, I was just in the middle of updating. Should be good now!

Thanks,
Kim

Andy
ECT Moderator

95440 Posts

Posted - 03/24/2018 :  09:59:19  
Yep, that's good now. For the list price add this to your css file

div.listprice span{color:#cc0000 !important}

Then remove the padding here

div.listprice{
width:98%;
text-align: left;
color: red;
font-size: 1em;
padding:20px;
}

and the margin-top here

div.prodprice{
font-size: 1em;
font-weight:normal;
float:left;
width:98%;
color:#666;
margin-top:-20px;
}

Andy

Please feel free to review / rate our software

slapbassgal
Starting Member

9 Posts

Pre-sales questions only
(More Details...)

Posted - 03/24/2018 :  10:46:49  
Awesome, thanks Andy!

Another question, if you look on this page, the 4th down is missing a product due to the height of the long coat? Can I do something to fix this?

http://www.electrickittyclothing.com/products.php

Cheers!
Kim

Paradise
Ecommerce Template Guru

USA
1602 Posts

Pre-sales questions only
(More Details...)

Posted - 03/24/2018 :  10:58:29  
You can change the height from 100% to a fixed height.

div.product {
padding: 8px;
width: 31%;
float: left;
[red]height: 400px;[/red]
margin: 2px;
}

Responsive Design Deals Ecomm Plus - ASP 6.8
www.paradiseclothingco.com

Edited by - Paradise on 03/24/2018 10:59:08

slapbassgal
Starting Member

9 Posts

Pre-sales questions only
(More Details...)

Posted - 03/24/2018 :  11:14:12  
Thanks a lot!!!
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.03 seconds. Snitz Forums 2000