Shopify themes, liquid, logos, and UX
Hi,
I'm trying to add the text background of the headers to gray and change the color of the text itself to white on just one page, I appreciate any help, thanks.
link to the page: https://www.babysleep.in/pages/group_consultation
P.S. Should be something like this:
Solved! Go to the solution
This is an accepted solution.
Hello @Babysleep
I would like to give you a solution to support you:
1. Go to Online Store-> Theme-> Edit code
2. Open your theme.liquid theme file
3. Paste the below code before </body> :
<style>
.page-group-consultation .featured-content--title {
background-color: grey;
color: white !important;
padding: 10px;
}
</style>
Was my reply helpful? Please Like and Accept Solution. This means alot to me.
hi.. @Babysleep
if you want to do this
step 01:
1. Go to your Store > Theme > click to edit code.
2. find this file "Theme.liquid " and open.
step 02:
1. Paste the code at the end of the file.
<style>
.featured-content--title {
padding-bottom: 16px;
background-color: red;
}
</style>
this idea helps you
This is an accepted solution.
Hello @Babysleep
I would like to give you a solution to support you:
1. Go to Online Store-> Theme-> Edit code
2. Open your theme.liquid theme file
3. Paste the below code before </body> :
<style>
.page-group-consultation .featured-content--title {
background-color: grey;
color: white !important;
padding: 10px;
}
</style>
Was my reply helpful? Please Like and Accept Solution. This means alot to me.
User | RANK |
---|---|
135 | |
91 | |
76 | |
66 | |
52 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022