I am using Dawn theme and I’d like to resize title and text font of the rich text section that should be different between desktop and mobile.
Moreover, i’d like the title to be bold.
I am using Dawn theme and I’d like to resize title and text font of the rich text section that should be different between desktop and mobile.
Moreover, i’d like the title to be bold.
Hello @sosober
Please follow the steps below after logging into the Shopify admin:
Go to your Shopify Admin panel.
Click on Online Store > Themes.
Find the live theme and then click Actions > Edit code.
Search base.css
Insert the provided CSS code at the end of the file and save the changes.
.rich-text .rich-text__wrapper h2.rich-text__heading
{
font-weight: bold;
}
If you have any queries, then please share your store URL and password.
Please hit Like and Mark it as a Solution if you find our reply helpful.