Profile

You are currently logged out

Order

Order new products and services

News

Latest news and announcements

Knowledge Base

Find answers to frequent questions

© 2025 Formidablehosting.com - Client Area: Orders, service management, and billing made easy.
Top
/* ================================ FORMIDABLE HOSTING FOOTER THEME ================================ */ /* ---------- FOOTER BASE ---------- */ #footer { background: #0D0D0D !important; color: #CCCCCC !important; padding: 25px 0 !important; } #footer span { color: #CCCCCC !important; } /* ---------- FOOTER LINKS ---------- */ #footer a, #footer a:visited { color: #FF7F50 !important; /* footer orange */ -webkit-text-fill-color: #FF7F50 !important; } #footer a:hover { color: #FF9A6A !important; /* lighter orange hover */ -webkit-text-fill-color: #FF9A6A !important; } /* Prevent global override damaging footer colours */ #footer * a { color: #FF7F50 !important; } /* ---------- FOOTER BUTTONS (Dark with WHITE text) ---------- */ .fh-footer-btn { padding: 10px 18px; background: #2d2d2d !important; /* DARK BUTTON */ color: #ffffff !important; /* WHITE TEXT */ border-radius: 20px; font-size: 14px; text-decoration: none !important; display: inline-block; border: 1px solid #444; transition: 0.25s ease; } /* Hover effect: Orange highlight */ .fh-footer-btn:hover { background: #FF6600 !important; color: #ffffff !important; /* stays white */ transform: translateY(-2px); box-shadow: 0 4px 12px rgba(255, 102, 0, 0.4); } /* ---------- STRIPE NOTICE ---------- */ .fh-stripe-notice { margin-top: 12px; font-size: 14px; color: #bbbbbb !important; display: flex; justify-content: center; gap: 8px; align-items: center; }