Skip to content

Instantly share code, notes, and snippets.

@feastdesignco
Created June 16, 2018 17:12
Show Gist options
  • Save feastdesignco/b1b04c74be384228b4606e373d65c9eb to your computer and use it in GitHub Desktop.
Save feastdesignco/b1b04c74be384228b4606e373d65c9eb to your computer and use it in GitHub Desktop.
Edit header size by changing the width/height dimensions - FoodPro 3.1.4 and lower.
.header-image .site-title > a {
-webkit-background-size: contain !important;
background-size: contain !important;
display: block;
height: 150px;
margin: 10px auto;
max-width: 320px;
text-indent: -9999px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment