I have a signup email in my header. I want to align this to the far right. I also want to change the background colour to match that of the rest of the header. Any help would be appreciated.
Hey @cleanandpure
Kindly share your Store URL and Password if enabled
my URL is https://cleanandpure.com.au/
This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css
.contact-form {
display: flex !important;
justify-content: flex-end !important;
background-color: #F7F5F4 !important;
}
Hope you find my answer helpful!
Best regards,
Richard | PageFly
Hey @cleanandpure
Follow these Steps:
- Go to Online Store
- Edit Code
- Find theme.liquid file
- Add the following code in the bottom of the file above tag.
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
this is great thank you so much
I’m glad I was able to help you out!
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
