A store owner seeks help customizing their wholesale sign-in page, specifically wanting to make the “Log in to your account | Contact us to request a wholesale account” text larger and change its color to green (possibly a darker shade to match their site’s branding).
The page displays a heading for approved wholesale customers with conditional login/contact links
A screenshot shows the existing layout
Solutions provided:
Two community members offered CSS modifications:
Adding font-size:34px to enlarge the login/contact text
Applying color:green styling to the links and text
Using proper HTML structure with <center> tags
Follow-up issue:
The original poster successfully implemented the larger green text but now wants to make the “This page is approved for wholesale customers only” heading smaller. They attempted using font-size:24px on the <h1> tag but reported no visible change, suggesting a potential CSS specificity or syntax issue that remains unresolved.
Summarized with AI on November 24.
AI used: claude-sonnet-4-5-20250929.
Is it possible to get the Log into your account | Contact us to request a wholesale account part a bit bigger? Then have the Log into your account | Contact us to request a wholesale account in green. Maybe the green on my page but that might be too light so maybe a darker green. Just not sure where to put it.
This page is for approved wholesale customers only.
# This page is for approved wholesale customers only.
{% unless customer %}
Log in to your account |
{% endunless %}
Contact us to request a wholesale account.
@escherprint Try above code . It might be helpful for you !
before your code because it was too close to the top. It looks great is there also a way to make the This page is approved for wholesale customers only smaller? I tried to doing this code but didn’t see a change:
This page is for approved wholesale customers only.