Home / Admin / Vendd Theme – Display Downloads Purchase Button
Duplicate Snippet

Embed Snippet on Your Site

Vendd Theme – Display Downloads Purchase Button

This is a CSS snippet which displays the download purchase button

Code Preview
css
/**
 * Paste the following CSS into your child theme style.css file or custom CSS tool
 */
.vendd-price-button-container {
	position: static;
	display: block;
	border-top: none;
	box-shadow: none;
}
.product-link {
	display: none;
}

Comments

Add a Comment