• Resolved joeburnham

    (@joeburnham)


    I’ve used the customized the CSS so a different logo shows up on the front page compared to the others, but now I want to make the logo on the front page twice as tall 300px instead of 150px.

    I adjusted the max height in function.php but can’t seem to get the larger image to display. Any suggestions? What am I missing?

    Thanks!

    • This topic was modified 5 years, 1 month ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • If you use a commercial theme or plugin and need support, please go to their official support channel. In order to be good stewards of the WordPress community, and encourage innovation and progress, we feel it’s important to direct people to those official locations.

    https://www.studiopress.com/what-support-includes/

    Forum volunteers are also not given access to commercial products, so they would not know why your commercial theme or plugin is not working properly. This is one other reason why volunteers forward you to the commercial product’s vendors. The vendors are responsible for supporting their commercial product

    CSS fix, added to ‘Appearance – Customize – Additional CSS’:

    .home.header-image .site-title > a {
        height: 14rem;
        width: 28rem;
    }
    Thread Starter joeburnham

    (@joeburnham)

    My apologies @ronaldvw.

    Thank you so much @alchymyth, that did it!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Enlarge Logo on Front Page Only’ is closed to new replies.