??
You're inside public_html, but wp-admin or wp-content was not found.
Savvy
W
olf -
MANAGER
Edit File: sss.css
.tour_c_button { width: 100%; padding: 10px; text-align: center; text-transform: uppercase; transition: 0.5s; background-size: 200% auto; color: #000; border:0; /* text-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/ } /* Demo Stuff End -> */ /* <- Magic Stuff Start */ .tour_c_button:hover { background-position: right center; /* change the direction of the change here */ } .tour_c_button-1 { background-image: linear-gradient(to right, #f6d365 0%, #fda085 51%, #f6d365 100%); }