Welcome, Guest
Username: Password: Remember me
Use this Category for your support questions about Virtuemart Template - CleanMart (SKU# FLEX-00015)

TOPIC: Transperent background

Transperent background 10 years 2 months ago #8346

Hello,
How can I make transparent these background?
Firebug shows some inherited css file that I can not find at the path.

Thank you in advance.


Attachment background.jpg not found

The administrator has disabled public write access.

Transperent background 10 years 2 months ago #8351

Hi,

Open this CSS file:
/templates/YOUR_TEMPLATE/html/com_virtuemart/assets/css/flexibleVM2Global.css

and find this CSS rule and make the modification as highlighted below
#FlexibleFrontpageTabs .FlexibleTABeachProductInner {
	position:relative;
	border-radius:3px; 
		-webkit-border-radius:3px; 
			-moz-border-radius:3px;
    		-webkit-box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.15);
    	-moz-box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.15);
    box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.15); 
	margin:15px;
	background:#fff; 
}

Change the background rule to
background:none;

You may also want to remove the box-shadow rules as well.

Regards,
Support
Last Edit: 10 years 2 months ago by Support.
The administrator has disabled public write access.
Time to create page: 0.066 seconds

MaterialMart

for Virtuemart 3

Google's Material Design has finally arrived to Virtuemart

Virtumart Template - MaterialMart Virtumart Template - CleanMart Virtumart Template - CleanMart Virtumart Template - CleanMart

Fully responsive!

Buy Now   |   Live Demo