Categories

Featured templates

Shopify. How to manage logo dimensions

Judy Waters April 1, 2015
Rating: 5.0/5. From 1 vote.
Please wait...

This tutorial shows how to manage logo dimensions in Shopify store.

Shopify. How to manage logo dimensions

Logo can be set up as a text or as an image.

Text logo.

In case it is used as a text, you have to use Firebug or any other tool to inspect the element and locate the CSS class used for it. The CSS class should look similar to the following one:

#logo b {
  display: block;
  font: normal 180px/1em 'Yesteryear';
  color: {{ settings.color_1 }};
  text-transform: lowercase;
}

Now you can open your site admin panel and navigate to the Themes> Customize theme section:

Shopify_How_to_manage_logo_dimensions_1

Select Edit HTML/CSS > Assets> style.css.liquid file from the list:

Shopify_How_to_manage_logo_dimensions_2

Search for the CSS class you have located before. It contains the font size. Edit the number to enlarge the logo and save changes. Refresh the site to see the result.

Image logo.

Logo can be set up as an image as well. In this case you change its size in another file.

Navigate to the Themes > Customize theme > Edit HTML/CSS > Configs tab and open settings.html file from there. Locate the line for the logo image. It should look as follows:

Edit width and height from there (it is set up in pixels by default) and update changes.

Feel free to check the detailed video tutorial below:

Shopify. How to manage logo dimensions

Professional Shopify Themes
This entry was posted in Shopify Tutorials and tagged dimension, logo, Shopify. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket