/* 1. Hide the specific link */ a[href*="cloudwaitress.com"] { display: none !important; } /* 2. Target the specific div that wraps the "Powered by" text */ /* This looks for the div that is a direct child of the content wrapper */ .components__Content-sc-1a01ah-1.hdauEb > div:last-child { display: none !important; height: 0 !important; visibility: hidden !important; } /* 3. Hide the divider line just above the branding if it's left floating */ .components__Divider-sc-1a01ah-2.ieaaMQ { display: none !important; }