Solved

Changing the look for a Column in Dawn 2.0

Dike
Pathfinder
105 1 41

Hello everyone,

I was wondering if it's possible to change the look of a column.

Screen Shot 2021-11-18 at 17.16.18.png
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/

Accepted Solution (1)

KetanKumar
Shopify Partner
36844 3636 11978

This is an accepted solution.

@Dike 

yes please try this code

1. Go to Online Store->Theme->Edit code
2. 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;
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Replies 3 (3)

KetanKumar
Shopify Partner
36844 3636 11978

This is an accepted solution.

@Dike 

yes please try this code

1. Go to Online Store->Theme->Edit code
2. 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;
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Dike
Pathfinder
105 1 41

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!

Screen Shot 2021-11-19 at 09.23.19.png

KetanKumar
Shopify Partner
36844 3636 11978

@Dike 

what do you mean height of the background color?

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing