I want to change the content of the footer area. So instead of "Archive", "Categories", "Pages", etc. change it to my own content - how can I do this? Can I create some widgets that just get shown in the footer area?
Footer - How to change content of footer
4 posts from 3 voices-
Posted 2 years ago #
-
Hey!
If you go to your widgets page (WP admin -> Appearance -> Widgets) you can drag and drop widget here. :)
This will replace the dummy content from displaying.
Best regards,
JamesPosted 2 years ago # -
Hi James,
thanks, awesome!
One more thing - how can I change the width of the footer widgets? They're too narror by default.Posted 2 years ago # -
In style.css you'll find following code:
#top .footer .column4{ width:424px; font-size: 11px; line-height: 19px; float:right; }If you want to change the width of column 4 just change the value 424 to anything you like. If you want to change the width of the other columns just create #top .footer .column1, #top .footer .column2 and #top .footer .column3 in style.css and change the width value of these div ids.
Posted 2 years ago #
Reply
You must log in to post.














