Jump to content

How do I change the background on the right column modules


Recommended Posts

Hi all!

After long searches on the net I found how to change the backgroud the modules displayed on the right ON PRESTA1.5

Does anyone know?

 

for second block you must edit new products block module css styles, just open the modules directory and find dir blocknewproducts. Open the blocknewproducts.css file and edit and add there something like:

 

#new-products_block_right {
background:#FF0000;
}

 

where the background is the parameter of background color

 

do the same for cart block

Link to comment
Share on other sites

×
×
  • Create New...