Hello,
I want to update/edit the 3 boxes at the bottom of the page and I'm not sure where to do this.The boxes are: Looking for something? Vistit our friend! and Archives. I'm using iBlog Pro.
Thanks
Editing Boxes
Started by
cml
, Apr 06 2010 08:21 PM
3 replies to this topic
#1
Posted 06 April 2010 - 08:21 PM
#2
Posted 07 April 2010 - 12:43 AM
These are controlled by widgets. Just drag and drop your way to customization.
"footer left" , "footer middle" , "footer right"
#3
Posted 18 April 2010 - 12:45 AM
Is there a way to eliminate that whole row (i.e. are the "Looking for something? Visit or friend! and Archives" permanent defaults)? The person I'm building this for would prefer to not have anything in that area. Is this possible?
#4
Posted 19 April 2010 - 07:50 AM
Yeah, of course!
You can do it through css by adding a custom rule in your theme options > custom code section
`#morefoot{display:none;}`
Or edit the footer.php file to delete the div all together










