Jump to content

Killer Template and catagories


Guest Sixstring

Recommended Posts

Guest Sixstring

I have a couple of questions

1: I would like to get rid of the catagories at the top including the blue bar at the top (under logo) is there an easy way? I have looked at the layout.css but am not sure it that i the right area

2: I would also like to know if I can reverse the layout such as swap all the stuff on the right to the left and all the stuff on the left to the right... kinda more like the layout of the classic.

Any help is much appreciated.

Thanks

Randy

Link to comment
Share on other sites

The tabs are 3 images and can be found in layout.css

.topCatsTabLeft {

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

background-repeat: no-repeat;

width: 7px;

}

.topCatsTabMid {

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

background-repeat: repeat-x;

}

.topCatsTabRight {

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

width: 7px;

background-repeat: no-repeat;

The bar itself is also 3 images:

.topCats {

text-align: center;

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

height: 42px;

color: #ffffff;

margin-bottom: 15px;

}

.topCatsBgRight {

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

background-repeat: no-repeat;

background-position: right;

height: 42px;

}

.topCatsBgLeft {

float: left;

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

background-repeat: no-repeat;

background-position: left;

height: 42px;

Remove the whole lines background-image: url(../styleImages/backgrounds/.......); in each case to remove the images completely. If you want to just remove the tabs only remove those references. The text is white by default and you can change the color in style.css:

.txtCat {

font-family: Verdana, Arial, Helvetica, sans-serif;

font-size: 11px;

font-weight: bold;

color: #FFFFFF;

text-decoration: none;

Changing it to #000000 will give you black text. The text will appear without the tabs.

I believe there is a mod at cubecart.org for moving the categories to a side box.

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