Button with golden metallic look

CSS

				
					.metallic-gold-visual-button .elementor-button {
    -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
    color: rgb(120, 50, 5) !important;
    fill: rgb(120, 50, 5) !important;
    text-shadow: 0 2px 2px rgba(250, 227, 133, 1);
    background-image: linear-gradient(160deg,
            #a54e07,
            #b47e11,
            #fef1a2,
            #bc881b,
            #a54e07) !important;
    background-size: 100% 100%;
    background-position: center;
    border: 1px solid #a55d07;
    box-shadow: inset 0 -2px 5px 1px rgba(139, 66, 8, 1), inset 0 -1px 1px 3px rgba(250, 227, 133, 1);
    transition: all 0.2s ease-in-out;
}

.metallic-gold-visual-button:focus .elementor-button,
.metallic-gold-visual-button:hover .elementor-button {
    color: rgba(120, 50, 5, 0.8) !important;
    fill: rgba(120, 50, 5, 0.8) !important;
    background-size: 150% 150%;
    border-color: rgba(165, 93, 7, 0.6);
    box-shadow: inset 0 -2px 5px 1px #b17d10, inset 0 -1px 1px 3px rgba(250, 227, 133, 1);
}

.metallic-gold-visual-button:active .elementor-button {
    color: rgba(120, 50, 5, 0.8) !important;
    fill: rgba(120, 50, 5, 0.8) !important;
    box-shadow: inset 0 -2px 5px 1px #b17d10, inset 0 -1px 1px 3px rgba(250, 227, 133, 1);
}
				
			

If it's to be used only once, add the CSS code in the "Custom CSS" field located in the "Advanced" tab of the widget where the CSS Class was applied.

If it's to be used across multiple widgets on a single page, open "Page Settings" (gear icon) and add the CSS code in the "Custom CSS" field located in the "Advanced" tab of the "Page Settings."

If it's to be used across multiple widgets on multiple pages, open "Site Settings" (sliders icon) and add the CSS code in the "Custom CSS" field located under "Custom CSS" in the "Site Settings."

HTML

				
					.metallic-gold-visual-button
				
			

Add the class in the "CSS Classes" field located in the "Advanced" tab of the Button widget