Hello! Could someone please help with formatting rich text sections on my home page?? See quote on homepage at erinliliana.com - many thanks in advance
Hello There,
Please share your store URL and screenshot.
So that I will check and let you know the exact solution here.
Always backup themes before making changes
For that specific setting here’s starter CSS you’d put at the bottom of your themes style file, i.e. theme.css, theme.scss.liquid, style.css , etc
#shopify-section-1632880311f1512457 .rte .rich-text__text--large {
font-size: 1.3em;
text-align: right;
display: block;
}
To target content from rich text editors in the admin use .rte
.rte {
}
www.erinliliana.com - homepage, the quote I would like to be white on a neutral. Also, is it possible to make the block only as wide as two of the squares beneath?
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset > theme.scss.liquid and paste this at the bottom of the file:
div#shopify-section-1632880311f1512457 {
background-color: whitesmoke;
color: black;
font-size: 1.1em;
text-align: center;
}
Screenshot :- https://prnt.sc/1u1n4e8
hello @erinliliana
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
#shopify-section-1632880311f1512457 {
background-color: #f7f6f6;
color: #000000;
font-size:18px;
}
hello @erinliliana
do you want to look like this http://prnt.sc/1u63oy1
