Modify font size and background of multicolumns in Dawn

Hi,

As a total beginner i would like to know how to change the code of “dawn” to be abbe to modify the multicolums title font size and its background color.

Thanks in advance

Al

Hi @Alfa74 ,

share the store url and screenshot

@Alfa74

Welcome to the Shopify community!
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Here it is : https://laovision.myshopify.com/ pw : Help74

Thanks!

@Alfa74 ,

Can you share the screenshot which section font you wanna change ?

Here it is:

@Alfa74 ,

.rich-text.color-background-2.gradient.rich-text--full-width {
    padding: 40px;
}
.multicolumn.background-secondary {
    background: red;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid

Change the color as per you need…

Thanks for this quick response, unfortunately it’s still not what I would like

The padding function is not working

I would like the color to be around the text (as a box) and not the full background

Is it feasible?

.multicolumn.background-secondary {
    padding-top: 21px;
}
.title-wrapper-with-link.title-wrapper--self-padded-mobile {
    background: #a18989;
    padding: 20px;
}

change color…

Thanks that’s it! and what about the font size of the multicolumns header?

@Alfa74 ,

.multicolumn .title {
    font-size: 23px;
}

you can manage the font as per you need.

23px i have added as example

Where do we add this code/

@CollagenStickz ,

Send your issue with URL.

@oscprofessional

Is there a way to change the colour of the header text and make it bold?