hey there,
I want to add a line of text above the heading on the Rich Text section that i have added to the bottom of my hompeage. Can someone please let me know the coding that i should use to add another text section above the heading so its just like the one below the heading.
https://the-wellpreneur-code.myshopify.com/
Password: Sandra
Hello @sandraleedesign ,
I would like to give you the recommendation to support you so kindly follow the steps below:
- Go to Online Store > Theme > Edit code of your current theme
-
Open your theme.liquid theme file
-
Paste the below code before
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
Hello @sandraleedesign
I would like to give you a solution to support you:
- Go to Online Store-> Theme-> Edit code
- Open your theme.liquid theme file
- Paste the below code before :
<style>
#shopify-section-template--17386576445735__69b94493-381c-4ccc-881f-359df0cce3af .h1:before {
content: "Your sub heading text";
position: relative;
display: block;
font-size: 20px;
}
</style>
Was my reply helpful? Please Like and Accept Solution. This mean alot to me.