Shopify themes, liquid, logos, and UX
How can i change the color scheme of this to match the website ? btw i have the same issue in the About Us page ...
Solved! Go to the solution
This is an accepted solution.
Thanks for the info, chek this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
.page-width.page-width--narrow {
background: #ccc5b9;
max-width: 100%;
}
And Save.
Result:
Do you mean for the whole store?
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Oh, Sorry for that one I didnt notice it. Please add this code.
Same Instruction.
@media screen and (min-width: 990px) {
#ContactForm {
width: 72.6rem;
margin: auto;
}
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
i still can see how i can modify it
Hi @TT4H4
Would you mind to share your Store URL website? with password if its unpublish. Thanks!
ofc !
the website url is : Holidayz.store
and the password is : ohwibo
i would also be glad to have any suggestion about things to add or modify and the layout 🙂
This is an accepted solution.
Thanks for the info, chek this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
.page-width.page-width--narrow {
background: #ccc5b9;
max-width: 100%;
}
And Save.
Result:
Do you mean for the whole store?
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
it does solve the issue but it caused another one
now the contact form is 100% width of the page
Hello @TT4H4
Go to online store ---------> themes --------------> actions ------> edit code------->base.css
at the end of the file and save.
@media screen and (min-width: 750px) {
#ContactForm {
width: 60%;
margin: 0 auto;
}
.footer__content-top {
padding-left: 35rem;
}
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
This is an accepted solution.
Oh, Sorry for that one I didnt notice it. Please add this code.
Same Instruction.
@media screen and (min-width: 990px) {
#ContactForm {
width: 72.6rem;
margin: auto;
}
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024