simsydney Posted November 29, 2013 Share Posted November 29, 2013 Hi Guys , i am going crazy . I need to find what css is giving me the problem on my homepage www.amtlaser.com.au the problem is: in featured product there is a white bg which overlay the real bg of this section. i attach a screen shot , much clear... Link to comment Share on other sites More sharing options...
ibndawood Posted November 29, 2013 Share Posted November 29, 2013 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 More sharing options...
simsydney Posted November 29, 2013 Author Share Posted November 29, 2013 thank you problem fix Link to comment Share on other sites More sharing options...
Recommended Posts