How to add a logo to Ally?

Homepage Community Forums Ally Theme Support How to add a logo to Ally?

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #19699
    #19702
    Wes
    Moderator

      You can upload a Logo through the Customizer. Go to Customize > Header Image and you can upload your logo from there.

      The default size is 360 x 164, so if your logo exceeds that width/height, then WordPress will make you crop your image. If you want to use a different size, then you can change the size in your functions file. Should look like this –

      
      // Add support for custom header
      add_theme_support( 'genesis-custom-header', array(
      	'width' => 360,
      	'height' => 164
      ) );

      Let me know if that helps, or if you need any assistance uploading it.

      #19704
      Thomas
      Customer

        Okay, that worked… kinda.

        I am trying to make a Retina-ready logo. My actual logo is 382×48. So I want it to display at 191×24. And I want say 20px space on the top because the logo is flush against the top of the screen.

        Any ideas?

        #19705
        Thomas
        Customer
          This reply has been marked as private.
          #19707
          Thomas
          Customer
            This reply has been marked as private.
            #19716
            Wes
            Moderator
              This reply has been marked as private.
            Viewing 6 posts - 1 through 6 (of 6 total)
            • You must be logged in to reply to this topic.