Changing the color of the Learn More / Book Now buttons
The color of the Learn More / Book now buttons on the Vacation Rentals page can easily be changed via CSS to match the look and feel of your site.
Default Styling
CSS code to change color
div#content_lodgix .ldgxSlashBtn {
background: #5c5b25;
}
div#content_lodgix .ldgxSlashBtn .ldgxSlashBtnR {
background: linear-gradient(105deg, transparent 20px, #69af75 10px, #69af75 100%);
}
*NOTE: Replace color codes with those matching your site color scheme. (!important) tags may or may not be necessary.