Jump to content

search box & log in change - Killer Skin


Guest creis60

Recommended Posts

Guest creis60

Hi Everyone,

I am using the killer skin and modified it to put the catagories on the left. I have run into a problem however

with the search box and "login/register" I would like for the search box to look like the "mailing list box" and wrap the "log in/register box" and place them both on the side of the page, there-by leaving the top "where they are at now" vacant.

Also....

I would like to change the intermediate background of the product listings from the light "purplish" color to a light blue.

The URL to the store is:

http://www.digigals.com/store/index.php

Can anyone here tell me how to do this, and if it can even be done?

Thanks for your help,

Cheryl

Link to comment
Share on other sites

One of the first things you'll want to do is get rid of the session background (that big grey thing)

#sessionBox {

text-align: left;

background-image: url(../styleImages/backgrounds/sessionBg.gif);

width: 236px;

height: 96px;

float: right;

Just delete the reference to it. Now you can place your {SESSION} on either column. If you want to leave the sessionBG you can change the width to 140px and that will fit in a side column.

You can also add a box to either column to contain your search or sessions

<div class="boxTitleRightor left">Your head-line</div>

<div class="boxContentLeftor right">

Use the code you wish to add

<border="0" >

</div>

<div class="boxFootRight">&nbsp;</div>

To change the colors of product descriptions in styles.css

.tdEven {

background-color: #FFFFFF;

}

.tdOdd {

background-color: #EBEDFE;

}

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...