Please post the URL. You might look in Appearance>Widgets. Also try looking in Appearance>Customise. Another spot to check is Settings>Reading.
http://www.ackmanziff.com/
on the home page there is a quote in the footer that is off set and in bold I’m trying to remove it all together.
I will try those, thanks.
Looks like a custom theme. Is there a Options section for the theme? Looking for Footer Quote or similar. You can look for a footer.php file in the themes folder and see if its hard coded or where its getting the text from.
If i am reading the below properly it looks like it’s pulling from our testimonial section on our site where a pod was set up. But earlier i tried to delete the testimonial altogether and the footer remained. If i delete this entire footer code below will that work?
<?php if(!is_home()) { ?>
<div id=”footer”>
<div id=”footerQuote”>
<p class=”quoteText”>
<span class=”quotes”>"</span>
<?php
$quotes = new Pod(‘testimonials’);
$quotes->findRecords(‘RAND()’,1);
while($quotes->fetchRecord()) :
?>
/contact-us/’,’bioWindow’,’scrollbars=no,resizable=yes,width=425,height=325′)”>
<?php echo $quotes->get_field(‘body’); ?>
<span class=”quotes”>"</span></p><p class=”quoteAttribution”><?php echo $quotes->get_field(‘name’); ?></p>
<!– InstanceBeginEditable name=”footerAttribution” –>
<?php endwhile; ?>
<!– InstanceEndEditable –>
</p>
</div>
</div>
<!– FOOTER SECTION END –>
Yes I think so …make a backup 🙂