Changing the Property Details Page
There are considerable formatting options within the WYSIWYG editor within the plugin. Some CSS specific examples for on page style are provided below.
Book Now Button
To change the Book Now button look and feel, the CSS class "ldgxBookNow" should be used. For example:
.ldgxBookNow a { color: white !important; font-weight:600; }
will change the font color and weight.
The button itself can be turned on / off within the plugin settings.
Property Title
The CSS class for the property title is
.ldgxPropBadgeTitle
and example to embolden the font would be:
.ldgxPropBadgeTitle {font-weight:600; }