can i add text to my footer in the Bouquet Theme
-
I want to add text to the footer—I want it to say that the content is written by me/my business. can i add that next to the wordpress credit?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
To do this, you would need the Custom Design Upgrade, because it requires custom CSS.
This CSS is what you would want to add, if you did decide to get the upgrade:
#colophon div:after {
content: " Copyright XYZ. All rights reserved.";
} -
-
I did just buy the CSS and I added text to the footer. Sorry to bother you again but now how do I link the website address i added to my own website? The blog I need help with is flowersbymelissa.net.
-
Hi Terry,
Unfortunately you can’t add an anchor link via CSS – I’m very sorry for the inconvenience!
- The topic ‘can i add text to my footer in the Bouquet Theme’ is closed to new replies.