Change text alignment custom content header and remove featured image

Hi,

Website https://chaman-tienda.myshopify.com/

password homedev@091421

Custom Content Section called Biography

I would like to align the header left and remove the Cover Image completely.

Thanks!

@chaman
Your password is incorrect.
Thank You.

Sorry - it works now.

hii, @chaman
paste this code on top of the theme.scss file for background color.

div#shopify-section-16317740379738394c {
    background-color: #FDDE00 !important;
}

Thank you.

@chaman
Can you please give me a screenshot of which header you want to left align?

Thank You.

The screenshot I posted had the wrong background color and I forgot that I need to bump up the font size on the BIOGRAPHY as well as turn of the ALL CAPS

hii, @chaman
Paste this code on top of the theme.scss file.

.section-header.text-center .h2 {
    font-size: 50px !important;
}

Thank You.