test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #943498

    Hi
    The logo is defined in the template.css file . You can replace the logo file with your logo with same name .
    Path : /images/logo/footer-logo.png
    You can find the code in css/template.css file , in case you need to change the logo width /height

    .footer-logo .footer-logo-container > a {
    display: inline-block;
    width: 64px;
    height: 75px;
    background: url(“../images/logo/footer-logo.png”);
    overflow: hidden;
    text-indent: -999em;
    }

    Hope it helps.

    hectoritobh Friend
    #943764

    Thank you very much for your prompt and helpful response Pankaj!

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  hectoritobh 8 years, 5 months ago.

The topic ‘How to change the nuevo logo in the footer?’ is closed to new replies.