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 »  

noveltytrophies
Advanced Member

USA
121 Posts

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

Posted - 01/05/2018 :  09:33:49  
I am trying to change the color of the left column boxes. Where do I look for the code that controls that?

Becky Whipp

Andy
ECT Moderator

95440 Posts

Posted - 01/05/2018 :  10:11:53  
Hi Becky

Which site is this on?

Andy

Please feel free to review / rate our software

noveltytrophies
Advanced Member

USA
121 Posts

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

Posted - 01/05/2018 :  10:39:40  
noveltytrophies.com
also the homepage fills the whole screen instead of having a border color around it.

That is the other thing I am trying to fix before I apply the changes to the whole site.

Becky Whipp

Sinbad
ECT Moderator

USA
65937 Posts

Posted - 01/05/2018 :  11:21:53  
Hi Becky in style.css around line 32 it shows that there is a background image being used but the path is incorrect.
change this, check style.css for any other images where the path may need to be adjusted.

background: url(../images/bg.jpg);

to

background: url(/images/bg.jpg);




Winners never quit, quitters never win
CSS and Responsive Designs
User Manual for Ecommerce Templates

noveltytrophies
Advanced Member

USA
121 Posts

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

Posted - 01/05/2018 :  12:43:23  
Any thoughts on changing the color of the left side menu

Becky Whipp

Sinbad
ECT Moderator

USA
65937 Posts

Posted - 01/05/2018 :  13:52:57  
Hi Becky, the top menu is not working correctly the links are missing the opening quote " and some are hard coded with http and others https this can cause customers to lose their cart contents set links so that they are relative and not absolute. Check all links that may need fixing including the left menu. Also modern browsers support html5 and recognize blank as the target I would change new to blank see 6.16 https://www.w3.org/TR/html401/types.html#type-frame-target

Change:


<li class="dd"><a href=http://www.yourdomain.com/products.php?cat=Loser+Awards" target="new">Loser Awards</a></li>

<li class="dd"><a href=http://www.yourdomain.com/products.php?cat=Corporate+Meetings" target="new">Corporate Meetings</a></li>

<li class="dd"><a href=https://http://www.yourdomain.com/funnytrophies.php" target="new">Gag Gift</a></li>

To

<li class="dd"><a href="/products.php?cat=Loser+Awards" target="blank">Loser Awards</a></li>

<li class="dd"><a href="/products.php?cat=Corporate+Meetings" target="blank">Corporate Meetings</a></li>

<li class="dd"><a href="/funnytrophies.php" target="blank">Gag Gift</a></li>


Side colors:
To change the background color of the full left container add background-color attribute to .sidebar1 in the style.css around line 112
To change shop by product container on the left add background-color attribute to .cat ul in the style.css around line 148
To change links within set the background-color on the class .cat li in the style sheet around line 153





Winners never quit, quitters never win
CSS and Responsive Designs
User Manual for Ecommerce Templates

noveltytrophies
Advanced Member

USA
121 Posts

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

Posted - 01/05/2018 :  14:32:36  
That helped a lot.
Can you tell me why I have no color border surrounding my page.
Please reference joketrophy.com to see an example

Becky Whipp

Andy
ECT Moderator

95440 Posts

Posted - 01/06/2018 :  00:46:36  
Hi Becky

Check the background colour and / or image set on the body class in the css file then compare that to your other site.

Andy

Please feel free to review / rate our software
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000