Changing Logo Size
-
Total newbie over here. Trying to make my logo smaller. Tried to reduce the size of the image, didn’t change the size. Then I went into the themes->gutenshop-> functions.php file and changed this code:
add_theme_support( ‘custom-logo’, array(
‘height’ => 250,
‘width’ => 250,
‘flex-width’ => true,
‘flex-height’ => true,
) );Changed the height and width to much smaller dimensions, but still no change in the logo size. Any suggestions?
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Changing Logo Size’ is closed to new replies.