hi, I am using Sense theme and wanted to add a line of simple text in footer section, above social media icons. What code should i add? thanks
This is Victor from PageFly - Shopify Page Builder App
You can follow my instructions:
Step 1 : Online Stores > More action > edit code > find footer.liquid and select this file
Step 2 : Find this code : ‘footer-block–newsletter’ and paste the code below the code we just found:
Place your text Here
You can take a look at my screenshot :
Hope this can help you solve the issue
Best regards,
Victor | PageFly
@PageFly-Victor Thank you Victor, what if I want to put this text in the center and wanted to enlarge the font size?
1 Like
@liquiduniverse
First please replace the code of your text to
Custom text goes here
then you can go on to base.css and paste this code at the bottom of the file
.custom-text-footer {
text-align: center;
color: red;
font-size: 20px;
}
You can change the value of those styling property
