Voxel WordPress LIVE Q/A!! May 11, 2024 - 10pm HKT/10am EDT

Linear Gradient & Angled Button Background

Description/Instructions

If this snippet helped, feel free to buy me a taco :)

.elementor-button {
background: linear-gradient(135deg, pink 75%, #fff 75%);
color: #000 !important; /* Adjust text color as needed */
border: 1px solid #ddd;
}

  • CSS
Copy Code

Let's Chat About this Snippet