"paid for by" line
-
I need to add a “paid for by” line at the bottom of all my pages. How do I do that? Thank you.
The blog I need help with is: (visible only to logged in users)
-
Hi there!
You can add that to the footer on your site by using this code:
.site-info::before { content: "Paid for by: " }If you’d prefer that line be below the footer credits, you can change before to after.
Let me know if i can help with anything else! :)
-
Hi Shawna,
Where do I add this code? I need a step by step of where to go.
thank you,
Diana -
Hi Diana,
The code Shawna gave you is Custom CSS. To add custom CSS, go to your My Blogs page and click the Customize link under the blog’s title. In the Customizer, open the CSS section and in the CSS editor there, you can paste in that CSS code.
Please let us know if you have any other questions about that! :)
- The topic ‘"paid for by" line’ is closed to new replies.