Jump to content

changing the bar colors


Recommended Posts

To cjange the Featured products block to a different color then the other blocks you will need to add some code to homefeatured.css.

 

Add this at top:

 

#featured-products_block_center .title_block {

background:#6FA3D5

}

 

 

Then in global.css change the heading .block .title_block, .block h4 background color to #909498 as below or your choice of gray

 

/* BLOCK .block ******************************************************************************** */

.block {margin-bottom:20px}

#footer .block {margin-bottom:0}

.block .title_block, .block h4 {

padding:6px 11px;

font-size:12px;

color:#fff;

text-shadow:0 1px 0 #000;

text-transform:uppercase;

background:#909498;

text-align:left;

font-weight: bold;

}

Edited by tdr170 (see edit history)
  • Like 1
Link to comment
Share on other sites

It will be very similar I do not have a 1.5.2 site to test on but the only dif is in the global.css instead of .title_block it was just .block h4

You would still need to add a separate code for Featured products to be different.

Link to comment
Share on other sites

ok i have 2 sites to work on

one 1.5.2 and this one 1.5.3.1

the below suggestions from tdr170 works..but not for the 1.5.2 any help

 

To cjange the Featured products block to a different color then the other blocks you will need to add some code to homefeatured.css.

 

Add this at top:

 

#featured-products_block_center .title_block {

background:#6FA3D5

}

 

 

Then in global.css change the heading .block .title_block, .block h4 background color to #909498 as below or your choice of gray

 

/* BLOCK .block ******************************************************************************** */

.block {margin-bottom:20px}

#footer .block {margin-bottom:0}

.block .title_block, .block h4 {

padding:6px 11px;

font-size:12px;

color:#fff;

text-shadow:0 1px 0 #000;

text-transform:uppercase;

background:#909498;

text-align:left;

font-weight: bold;

}

Link to comment
Share on other sites

found it

 

 

/* BLOCK .block ******************************************************************************** */

.block {margin-bottom:20px}

#footer .block {margin-bottom:0}

.block h4 {

padding:6px 11px;

font-size:12px;

color:#fff;

text-shadow:0 1px 0 #000;

text-transform:uppercase;

background:#909498

}

.block h4 a {color:#fff}

.block ul {list-style-type:none}

.block li.last { border:none}

.block li a {

display:block;

color:#333

}

 

 

 

#order .delivery_options_address h3, #order-opc .delivery_options_address h3 {

/*background: url("../img/table_header.gif") no-repeat;

color: #374853;

font-weight: bold;

height: 14px;

padding: 5px 10px;

margin: 10px 0 0 0;*/

padding: 6px 11px;

font-size: 12px;

color: #fff;

text-shadow: 0 1px 0 #000;

text-transform: uppercase;

background: none repeat scroll 0 0 #909498;

}

 

 

 

 

 

but i need it to make the featured products background #6FA3D5

the info above didn't work for homefeatured.css

Edited by wlongdonstudio (see edit history)
Link to comment
Share on other sites

  • 1 month later...

using 1.5.3.1. http://socheapllc.com/Shop/

 

changing featured products and top bar in green 0b9951

 

homefeatured.css

added on the top

 

 

#featured-products_block_center .title_block {

background :#0b9951

}

 

and all the other bar in blue 2c5fb2

 

 

followed the instructions above but can't seem to find the top bar code..

please help

Link to comment
Share on other sites

×
×
  • Create New...