Jump to content

Css problem


Recommended Posts

Hi @simsydney,

 

I took a look at your CSS code. Its all compressed so I cannot say exactly which file. Try disabling CCC only to find which file and then you can enable it.

 

In your CSS file there is a code which goes like this

.block {
    background: none repeat scroll 0 0 white;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 20px;
}

You can change the background from white to transparent but this could cause all the .block elements to have transparent background. For this module alone there should be a CSS file and you can add this code:

#featured-products_block_center{
    background-color: transparent;
}

This should fix your problem.

Link to comment
Share on other sites

×
×
  • Create New...