Change text alignment custom content header and remove featured image

Solved
chaman
New Member
9 0 0

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! 

Accepted Solutions (2)

Accepted Solutions
Zworthkey
Shopify Partner
5581 642 1535

This is an accepted solution.

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.

View solution in original post

Zworthkey
Shopify Partner
5581 642 1535

This is an accepted solution.

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

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

Thank You.

View solution in original post

Replies 7 (7)
Zworthkey
Shopify Partner
5581 642 1535

@chaman 
Your password is incorrect.
Thank You.

chaman
New Member
9 0 0
Zworthkey
Shopify Partner
5581 642 1535

This is an accepted solution.

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.

Zworthkey
Shopify Partner
5581 642 1535

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

Thank You.

chaman
New Member
9 0 0

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

blogquestion-changes2.png

Zworthkey
Shopify Partner
5581 642 1535

This is an accepted solution.

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

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

Thank You.