custom footer – add wordings
-
hello again, I need help to custom the text in the footer and remove the standard WP. Hope I can get some help, thanks.
The blog I need help with is: (visible only to logged in users)
-
You can modify the default footer credit by going into the Customizer and selecting an option other than Default.
If you’d like to add additional wording to the credit area, you can do that with custom CSS like this:
.site-footer::before { content: "Your wording here"; display: block; }You can modify “before” to “after” — as you prefer.
Just let me know if you need further help.
- The topic ‘custom footer – add wordings’ is closed to new replies.