Since support doesn’t react to tickets, maybe I can get a better luck here. I have to change color of text displaying Amenities/Details and Categories in HB single accom. Text is barely visible because it takes theme accent color which is not suitable for displaying small text.
Thanks for your question. You may apply the styles below to change the color of the links in the Details section:
/* For Single Accommodation Type Page */
ul.mphb-single-room-type-attributes a {
color: inherit;
}
/* For the List of Accommodation Types */
ul.mphb-loop-room-type-attributes a {
color: inherit;
}
The styles can be added to Appearance > Customize > Additional CSS.