Parks

1 Property
Sort by:

Compare listings

Compare
/* --- AIRBNB STYLE WHITE FOOTER for Houzez Theme --- */ /* Main footer background & spacing */ .site-footer, .footer { background-color: #fff !important; /* clean white background */ padding: 25px 0 !important; border-top: 1px solid #e5e5e5; /* subtle separator line */ margin-top: 0; } /* Footer text & links */ .footer, .footer a, .footer p, .footer li { color: #555 !important; font-size: 14px; line-height: 1.7; } .footer a:hover { color: #111 !important; text-decoration: underline; } /* Widgets spacing */ .footer .widget { margin-bottom: 10px !important; } /* Center content on small screens */ @media (max-width: 768px) { .footer { text-align: center !important; } .footer .widget { margin-bottom: 15px !important; } } /* Copyright area */ .footer-bottom { border-top: 1px solid #e5e5e5; padding: 12px 0 !important; text-align: center; font-size: 13px; color: #777; background-color: #fafafa !important; } /* Social icons - minimal neutral tone */ .footer .houzez-social-icons a { color: #555 !important; font-size: 18px; margin: 0 6px; transition: all 0.3s ease; } .footer .houzez-social-icons a:hover { color: #f15b5b !important; /* soft red accent like Airbnb */ } /* Remove extra spacing */ .footer-bottom .container { padding: 0 !important; margin: 0 auto; }