Displaying your logo in the footer

Having a consistent style and story on your website is a proof of professionalism and good practice. In this short article we want to walk you through what you have to do to display the logo of your business in the footer of Osteria.

  • Log in to the WordPress Dashboard;
  • Go to Appearance → Customize → click on Additional CSS and copy-paste the following CSS snippet:
.c-footer > div:first-child:before {
content: url('link_to_your_logo');
display: block;
margin-top: 55px;
margin-bottom: 100px;
}
  • Replace the link_to_your_logo from the code above with the URL of your logo.
  • Click on Publish and you are done. Your logo is up and kicking in the footer area of your website.

💡Are you looking for a WordPress theme? Check out our portfolio and choose what works best for you.

Updated on May 11, 2021

Can't find what you’re looking for? Ask a human.

We're a small team of real people providing real help. Send us an email at [email protected] and we will give you a helping hand.