Shopify themes, liquid, logos, and UX
Hi all, really new to the Shopify platform and having some trouble with my first design. Is there a way to make the blue background color go the entire way across the page? Also, I'm wanting to change the button color to a light pink and all text to black on this section ONLY. Photo of current site below, and the photo of what I'm trying to replicate is below that
Site url is https://community-culture-thrift.myshopify.com/ and password is omaybu
Solved! Go to the solution
This is an accepted solution.
Hello @pressandpalm
I would like to give you the recommendation to support you so kindly follow steps below:
1. Go to your Online store > Themes > Edit code
2. Open your theme.liquid file
3. Paste the below code before </body>
<style>
{% if template contains 'index' %}
body{
background: #409ba4 !important;
}
{%endif%}
#shopify-section-template--18163151831327__39d1a4ca-1529-47cf-a0fe-94f969a39024 #ImageWithText--template--18163151831327__39d1a4ca-1529-47cf-a0fe-94f969a39024 a{
background: pink !important;
opacity: 1 !important;
border: pink !important;
color: #000000 !important;
}
#shopify-section-template--18163151831327__39d1a4ca-1529-47cf-a0fe-94f969a39024 #ImageWithText--template--18163151831327__39d1a4ca-1529-47cf-a0fe-94f969a39024 .image-with-text__text {
color: #000000 !important;
}
</style>
I hope the above is useful to you.
Best regards,
GemPages Support Team
This is an accepted solution.
Hello @pressandpalm
I would like to give you the recommendation to support you so kindly follow steps below:
1. Go to your Online store > Themes > Edit code
2. Open your theme.liquid file
3. Paste the below code before </body>
<style>
{% if template contains 'index' %}
body{
background: #409ba4 !important;
}
{%endif%}
#shopify-section-template--18163151831327__39d1a4ca-1529-47cf-a0fe-94f969a39024 #ImageWithText--template--18163151831327__39d1a4ca-1529-47cf-a0fe-94f969a39024 a{
background: pink !important;
opacity: 1 !important;
border: pink !important;
color: #000000 !important;
}
#shopify-section-template--18163151831327__39d1a4ca-1529-47cf-a0fe-94f969a39024 #ImageWithText--template--18163151831327__39d1a4ca-1529-47cf-a0fe-94f969a39024 .image-with-text__text {
color: #000000 !important;
}
</style>
I hope the above is useful to you.
Best regards,
GemPages Support Team
That worked perfectly! Any suggestions on how to make the "mission header" black as well?
I do appreciate your compliment! 😍
User | RANK |
---|---|
72 | |
65 | |
55 | |
54 | |
42 |
As a business owner, have you ever wondered when your customer's first impression of yo...
By Skye Jun 6, 2023We're excited to announce improvements to the threaded messaging experience in our communi...
By TyW May 31, 2023Thank you to everyone who participated in our AMA with Klaviyo. It was great to see so man...
By Jacqui May 30, 2023