Dike
1
Hello everyone,
I was wondering if it’s possible to change the look of a column.
This is what it currently looks like, and these are the changes I would like:
- Title (Merk-highlight) centered
- Button color changed to transparent, black border and black text
Any help is greatly appreciated!
Thank you.
URL: https://glowee.nl/
1 Like
@Dike
yes please try this code
- Go to Online Store->Theme->Edit code
- Asset->/base.css ->paste below code at the bottom of the file.
#shopify-section-template--15290490290398__16372376068d4eb299 a.button.button--primary {
background: transparent;
color: #000 !important;
}
#shopify-section-template--15290490290398__16372376068d4eb299 .title-wrapper-with-link {
justify-content: center;
}
1 Like
Dike
3
This was perfect, thank you so much! @KetanKumar
Do you also happen to know how to change the height of the background color? I would like to be able to raise and lower the background color.
And change the black button border and ‘‘O.P.I’’ to white if possible, thank you so much!
1 Like
@Dike
what do you mean height of the background color?