• Resolved theflairexchange

    (@theflairexchange)


    I would like to use a header image that is 250×250. I’ve attempted adding to the custom CSS box, with no success. Suggestions welcomed.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Either target the img directly or add a class to the image like so:

    <img src=”#” class=”headerImage” />

    Then in CSS:

    .headerImage{
    width: 250px;
    height: 250px;
    }

    Theme Author bradthomas127

    (@bradthomas127)

    @theflairexchange -Leaf supports custom Headers, Go to your Dashboard => Appearance => Header => and you can upload on there.

    Thread Starter theflairexchange

    (@theflairexchange)

    @bradthomas127 – When I upload a header image there, I’m being forced to crop it to a height of 90px.

    Theme Author bradthomas127

    (@bradthomas127)

    When you first upload it does it give you the expand box(white dashed lines) like this screenshot? If not you might need to update date your WordPress install.

    I see your from Orlando, i lived there most of my life.

    Thread Starter theflairexchange

    (@theflairexchange)

    Yes, I was in an older version of wp. I updated and all is well. Thanks for your help. Yes, I am in Orlando!

    I’ll reopen the thread with this question. Is the Leaf theme structured to accept larger header images? I can monkey with the size in the leaf_custom_header_setup() function within custom-header.php, but the theme seems to be inherently restricted. Like it’s within a table cell that has a predefined size. (It probably is within a cell. ?? )

    Thanks!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Re-opening threads or posting on others’ threads for your own support is against forum rules. Create your own thread.

    Sorry! ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Header Image Size’ is closed to new replies.