Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Multicolumn: How to change the headings in bold? (dawn theme)

Solved

Multicolumn: How to change the headings in bold? (dawn theme)

10xfuel
Pathfinder
134 0 15

Hi! How can I make on www.10xfuel.com the headings of the multicolumns in bold - and sligthly reduce the row space between columns 1-3 resp. 4-6? Thank you!

 

10xfuel_0-1705500355505.png

10xfuel_1-1705500548509.png

 

 

thx!

 

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
9079 2170 2679

This is an accepted solution.

Hi @10xfuel 

Check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.multicolumn-card__info h3 {
    font-weight: 700;
}
@media screen and (min-width: 750px){
.background-none .multicolumn-card__image-wrapper {
    margin-bottom: -8rem;
}
}

 

And save. 

Result:

 

Made4uoRibe_1-1705505856388.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Reply 1 (1)

Made4uo-Ribe
Shopify Partner
9079 2170 2679

This is an accepted solution.

Hi @10xfuel 

Check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.multicolumn-card__info h3 {
    font-weight: 700;
}
@media screen and (min-width: 750px){
.background-none .multicolumn-card__image-wrapper {
    margin-bottom: -8rem;
}
}

 

And save. 

Result:

 

Made4uoRibe_1-1705505856388.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.