Accentuate comes with two footer widget areas. You'll find them within Appearance > Widgets




Let's look at the First Footer


1) Firstly, both are widgets - so we go to Appearance > Widgets - 'First Footer'


Switch to the 'Text' tab for each.


This is the contents of the first.


<img style="height: 20px; margin-bottom: 3px;" src="http://themedemo.commercegurus.com/accentuate/wp-content/uploads/sites/21/2017/06/logo_a_white.png" alt="" /><br/>Shaping brands for the digital world.



So, to replace the image with your own for example, go to the 'Media' section in WordPress and upload an image you'd like to use and note the URL (path). Then, replace the image path above.


This is the second:


<ul>
<li><a href="#">Cases</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Team</a></li>
<li><a href="#">News</a></li>
<li><a href="#">Careers</a></li>
</ul>


Replace the # references with the full link to the page.





Now, let's look at the Second Footer


Within this, the first text widget looks like this (make sure you switch to the Text tab)


<a class="ccfw-primary-button" href="#">435.396.18.67</a><a class="ccfw-primary-button" href="#">Get in Touch</a>


You can make the phone number link directly call if you like - this would be useful on a mobile website.


<a class="ccfw-primary-button" href="tel:1-847-555-5555">1-847-555-5555</a>


This is an example of calling the following number: 1-847-555-5555.


And the second widget in this area (Social icons)


<ul class="social-menu">
<li><a href="#"><i class="fa fa-instagram"></i></a></li>
<li><a href="#"><i class="fa fa-vimeo"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
</ul>



Once again, replace the # references with the full link to the social media page.