Shopify themes, liquid, logos, and UX
Hi! Does anyone know how to add a background color to the APPLY NOW and the LOG IN buttons on this page? Additionally, how to change the width of the blurb in the middle so that it matches the width of the rest of the page? Thank you!
@room1021 Please follow the below steps to add background color to the mentioned buttons and to increase the width of the description section. Let us know whether it is helpful for you.
.collabs-page__intro {
width: 100% !important;
}
.collabs-page__cta .collabs-page__cta-main {
background-color: #FFE4C4 !important;
}
.collabs-page__cta .collabs-page__cta-login-link {
background-color: #FFE4C4 !important;
padding: 14px 55px;
display: inline-block;
}
hello @room1021
Go to online store ----> themes ----> actions ----> edit code ---->base,css> ...add the code end of the file
.collabs-page__cta a {
background-color: aliceblue;
}
.collabs-page__cta-login-section a {
padding: 16px 55px;
background-color: aliceblue;
}
.collabs-page__cta-login-section p {
margin-bottom: 20px;
}
.collabs-page__cta-login-section a:hover {
background-color: #ffcdb0;
}
If this was helpful, hit the like button and accept the solution.
Thanks
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025