i have been going crazy trying to change the color from brown to Grey, and i cant find any other threads.
policyclothing.com
thanks!!!
i have been going crazy trying to change the color from brown to Grey, and i cant find any other threads.
policyclothing.com
thanks!!!
element.style {
background-attachment:scroll;
background-color:#B29B70; <<< this is the colour
background-image:none;
background-position:0 0;
background-repeat:repeat;
margin-bottom:0;
margin-left:5px;
margin-right:5px;
margin-top:0;
}
since you have tons of CSS on your site , i have no idea on which one of your stylesheet this one is located.
thanks that worked perfect. Now do you see that small border of brown around the body, i cant seem to get ride of that
.fill_wrap {stylesheet_tm.css (line 135)
background:#000000 url(../images/fill_wrap.gif) repeat-x scroll 0 0;
}
thats fill_wrap.gif ..
k thanks
now on the products page i want to clean up the size attributes and move them up underneath the cart
location of attribute is not set by css, you need to modify core file on zencart to do this .
you need to modify tpl_product_info_display.php .. make sure you copy this file to your override and modify the override ...
how should i modify it, i also found tpl_modules_attributes?
tpl_modules_attribute.php is attribute logic , it is called by product info page to display attributes .
in order to modify php file, you need a editor that will not damage the file . so i suggest to download notepad ++ which is free and use that for all your editing .
move COPY of tpl_product_info_display.php to your override folder.
that should be something like
includes > templates> your_template > templates
if templates folder dose not exist , then create one.
open override version of the php file in notepad ++ or any editor .
move everything starting from line 130 <!--bof Attributes Module-->
ending on line 142 <!--eof Attribute Module-->
to new location .. in your case under your cart .. under this
<!--eof Add to Cart box-->
make sure you do not damage the code by adding space in the code or any other character as that may cause some problem .
Also , you may want to search this forum and see if anyone has done this using CSS, since you are using templatemonster , i was not able to see CSS code effecting the attributes ..
tried that and nothing happened
actually i figured it out i added a div class to get into the right position.
where would i adjust the placement of the larger image text
to center it more under the pic