this is my main page on my site with image with text block.
title is the big part, description is the emojis text, then in the code, i made caption show a trustpilot widget so it can be within the block and then the button.
Though I want the KS3 - GCSE - A-Level to show above the main title but image with text only allows 4 max sections so i cant add another text box above it.
From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “Assets” folder, click on “base.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
And Save.
.image-with-text__text.rte.subtitle:before {
content: "I hope this will help.";
}