Okay
  Public Ticket #534794
How do I add my logo in the footer
Closed

Comments

  • Suvi started the conversation

    Hello, I would like to add a logo in the footer as per this page http://thefox.wpengine.com/not-found/

    I looked at the html code on your page I have linked above, and managed to add my own logo to the footer by adding the link url using the "text" widget. (added an attachment so you can see which code I copied)

    Now, how can I change the size of the logo to half, so that it's retina ready? Do I need to add custom css or can it be part of the html code? I don't know how to code, so would you please be able to tell me what code I should insert and where?

    Thank you so much for the great support for this theme. :)




  •  895
    TheFox replied

    Hello,

    If you want to have the logo full width and retina ready in the footer you just need to use a big logo ( double width of the widget ) and this will make the logo retina ready.

    If you want to reduce the size add class to the img

    <img src=\"\" class=\"my_footer_logo\" />

    then go to thefox > styling options and add this :

    .my_footer_logo { max-width: 100px; }

    change the 100px to the width you want to use.

    Do not hesitate to contact us if you have other questions.

    Regards