Add Copyright Info in Text Widget
-
Hi all! This is my first post, so my apologies if the question has already been asked, but I am having trouble moving my copyright information to the bottom of my page. I created a text widget in the footer, but can’t seem to move it to the BOTTOM of my web page.
Do I need to upgrade from premium to business to do this? Surely not, right?
I’d appreciate any and all help on this!
The blog I need help with is: (visible only to logged in users)
-
Hi there, instead of using a text widget and trying to move it via CSS, what I would suggest is that we use the CSS “before” pseudo selector and add your copyright above the existing footer credits. Add the following to your custom CSS and see what you think. I’ve set the color to fully white, and also increased the font size by 10% so it stands out a bit more.
.site-info:before { content: "© 2017 Andrea Jaimes, All Rights Reserved"; display: block; color: #fff; font-size: 110%; }
- The topic ‘Add Copyright Info in Text Widget’ is closed to new replies.