Re: Cold Steel Template Support Thread
got it! Thank you! How do I cahnge the background color of the top header to white?
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
thomasjr32
got it! Thank you! How do I cahnge the background color of the top header to white?
stylesheet.css
make the highlighted change:
#logoWrapper{
margin:0;
background: #fff;
height:112px;
width:917px;
position: relative;
top:0;
left:0;
}
Re: Cold Steel Template Support Thread
how do I show sub categories in my categories also in different color?
for example:
Traxxas (Blue)
Electric Vehicles(Red)
Nitro Vehicles (Red)
Parts (Red)
Electric Vehicle Parts(sub sub category, not shown until "Parts" is clicked)
Venom(Blue)
Batteries(Red)
Chargers
But I dont want to show the sub sub categories until the sub categories are clicked on.
Also, since I have gotten so much great help from you, I would like to know where I can make a donation to thank you.
Re: Cold Steel Template Support Thread
my example didnt turn out well
Under categories on my site, you see "TRAXXAS" which has sub categories but arent shown until you click on Traxxas.
I would like to display my sub categories that are in Traxxas, under Traxxas , (in Red), on main page as well. does that make sense?
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
thomasjr32
how do I show sub categories in my categories also in different color?
for example:
Traxxas (Blue)
Electric Vehicles(Red)
Nitro Vehicles (Red)
Parts (Red)
Electric Vehicle Parts(sub sub category, not shown until "Parts" is clicked)
Venom(Blue)
Batteries(Red)
Chargers
But I dont want to show the sub sub categories until the sub categories are clicked on.
Also, since I have gotten so much great help from you, I would like to know where I can make a donation to thank you.
This can't be done using the current category sidebox.
Quote:
Originally Posted by
thomasjr32
my example didnt turn out well
Under categories on my site, you see "TRAXXAS" which has sub categories but arent shown until you click on Traxxas.
I would like to display my sub categories that are in Traxxas, under Traxxas , (in Red), on main page as well. does that make sense?
This can't be done using the current category sidebox.
There other choices for category sideboxes in the downloads section of the forum.
visit my site (link in my signature)
Re: Cold Steel Template Support Thread
I've got pretty much everything tweaked to my liking (or I think I have it sorted until I get to it, at least), but one thing I can't seem to find is how to change the formatting of the "Categories" and other side boxes.
Specifically the "[...]" next to headings that link to other pages (by default, "Reviews" and "New Products" boxes are perfect examples of this.
The other issue I have is with the text "arrows" created to display subcategories. Right now, there is a "|_" by the looks of it to the left of each subcategory, and a "->" to the right of any category that has subcategories.
I found where to edit the "bc_cat_right/down/etc...." gifs in tpl_categories.php, but these are the last little tweaks I can't seem to work out on my own.
using: v1.3.9h with a modified cold_steel 2
Thanks!
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
chrispenner
I've got pretty much everything tweaked to my liking (or I think I have it sorted until I get to it, at least), but one thing I can't seem to find is how to change the formatting of the "Categories" and other side boxes.
Specifically the "[...]" next to headings that link to other pages (by default, "Reviews" and "New Products" boxes are perfect examples of this.
The other issue I have is with the text "arrows" created to display subcategories. Right now, there is a "|_" by the looks of it to the left of each subcategory, and a "->" to the right of any category that has subcategories.
I found where to edit the "bc_cat_right/down/etc...." gifs in tpl_categories.php, but these are the last little tweaks I can't seem to work out on my own.
using: v1.3.9h with a modified cold_steel 2
Thanks!
open includes/languages/cold_steel/english.php
search the file for [...] and make the changes you want.
This is from the read me file for the template:
admin -> configuration -> layout settings
Categories Separator between the Category Name and Count (delete the default setting)
Categories Separator between the Category Name and Sub Categories (delete the default setting)
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
clydejones
This can't be done using the current category sidebox.
This can't be done using the current category sidebox.
There other choices for category sideboxes in the downloads section of the forum.
visit my site (link in my signature)
I downloaded this module how do I use it. I want to configure my categories. I added the files.
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
thomasjr32
I downloaded this module how do I use it. I want to configure my categories. I added the files.
What module are you referring to?
Re: Cold Steel Template Support Thread