propertyhive / WP-Property-Hive

The complete estate agency software plugin for WordPress
Other
27 stars 27 forks source link

customise viewing request popup - honeycomb #252

Closed Richjaw closed 2 months ago

Richjaw commented 2 months ago

Hi,

I currently have no way to customise the "Viewing Request" popup on Honeycomb.

Both the text and background are white so text is ineligible.

How would I go about fixing this as I can't find an option anywhere!?

image

Image attached for some perspective.

Thanks in advance!

propertyhive commented 2 months ago

Hi Rich,

Interesting. I'm assuming you've set the body font colour or similar to white and this is then being inherited into the enquiry popup.

Some CSS like so should rectify this:

.property-enquiry-form h3, .property-enquiry-form label { color:#000; }

Do give that a go and let me know how you get on or if any further questions.