Jump to content

how can i change featured products colour?


Recommended Posts

how can i change featured products colour?because it is grey now and i ve got ping pic for change grey but i checked i think there is a some code for change maybe in globol css but i couldnt find ..


help me pls i attached pics to message..

3618_wlVgwT0T3JxM2izD8cpY_t

3619_oth8LlIQ6m3IjADSRjVe_t

Link to comment
Share on other sites

Hi

About halfway down the global.css file you will find a heading called /* Special style for block products in center column */
Under that heading is everything to change the featured products section

The id i think you want is "#center_column .products_block ul li" and the hover color is just above it.

Hope that helps

Link to comment
Share on other sites

thnx.i tryed but it still same shit :( i know there is a problem with global because normali i had be4 but i mixed 2 theme for get nice one but i dont know why i cant do it now :(

if i send u with pm so could u check it for me about where is the shit :)

Link to comment
Share on other sites

/* Styles for products blocks */
/* block products (new, features, viewed, etc...) on left and right column */
.products_block li {
   clear: left;
   margin-top: 0.2em;
}
.products_block li.item img {
   margin-right: 5px;
}
.products_block li.last_item {
   border: none;
}
.products_block li img {
   vertical-align: top;
   float: left;
   margin-right: 0.2em;
}
.products_block p img {
   float: none;
   margin: 0 0 0 0.4em;
}
.products_block li h5 {
   display: inline;
   font-size: 0.9em;
}
.products_block li p a {
   font-weight: bold;
   font-size: 0.8em;
}
.products_block dl {
   clear: both;
   border-top: 1px solid #374853;
   padding: 0.2em 0.4em;
}
.products_block dl dt {
   margin-top: 0.3em;
   color: #595a5e;
}
.products_block p {
   margin-top: 0.4em;
}
.products_block a.button_large {
   margin: 0.4em 0.4em 0 0.4em;
}
.products_block ul.product_images li {
   border: none;
   float: left;
   clear: none;
}

/* Special style for block products in center column */
#center_column .products_block { border: none; }
#center_column .products_block  { color: #595a5e; }
#center_column .products_block h4 { line-height: 1.3em; }
#center_column .products_block .block_content {
   background: #00000 none;
   padding:0pt;
}
#center_column .products_block ul li:hover { background-color:#FFFFFF; }
#center_column .products_block ul li {
   border-right: 1px solid white;
   border-bottom:1px solid white;
   float: left;
   clear: none;
   width:132.7px;
/*    height:375px;*/
   border-right-color:#FFFFFF;
   background-color:#FFFFFF;
   background: transparent url('prstashop/img/bg_center.jpg') no-repeat top left;
   padding: 0;
   margin-top:0;
}
/*#center_column .products_block li.last_item { float:none; clear:both; }*/
#center_column .products_block li.last_item_of_line { border-right:none; }
#center_column .products_block li.first_item_of_line { clear:both; }
#center_column .products_block li.last_line { border-bottom:none; }
#center_column .products_block p, #center_column .products_block h5 { margin: 0.5em 0.1em; }
#center_column div.products_block h5 {
   display: block;
   height: 2.5em;
}
#center_column div.products_block h5 a {
   color: #FFFFF;
   font-size:1.1em;
}
#center_column div.products_block ul li p {
   margin:0;
   padding:0;
}
#center_column div.products_block p.product_desc {
   height:9.5em;
   color: #595a5e;
}
#center_column div.products_block a.product_image {
   display: block;
   background-color: transparent;
   width: 129px;
   height: 129px;
   margin-left:2px;
}
#center_column div.products_block a.product_image img{
   float:none;
   margin:0;
}
#center_column div.products_block p.product_desc, #center_column div.products_block h5 {
   margin-left:0.6em;
   margin-right:0.6em;
}
#center_column div.products_block ul li p.product_desc a { font-weight:normal; }
#center_column .products_block span.price {
   text-align: center;
   font-size: 1.6em;
   padding: 0.5em 0;
   display: block;
}
#center_column .products_block a.button, #center_column .products_block a.exclusive, #center_column .products_block span.exclusive {
   margin: 0.5em auto;
}

/* Special style for block accessories in center column (product page) */
#center_column .products_block.accessories_block .block_content{ background:none; }
#center_column div.products_block.accessories_block p.product_desc { height:6.5em; }
#center_column .products_block.accessories_block .block_content li{ background:none; }
#center_column .products_block.accessories_block .block_content li a.product_image{ border-right:1px solid #d0d3d8; }
#center_column .products_block.accessories_block .block_content li.last_item a.product_image{ border:none; }

Link to comment
Share on other sites

  • 2 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...