• Resolved serraglia

    (@serraglia)


    Hi,

    I am not very into coding… so I was wondering if someone could help me in this:
    I would like to show a bigger header image, like 700 x 300 pixels. (now the maximum size is 700 × 144 pixels) Any help?!

    Thank you!

    Serra

    p.s.
    I am testing it on this website http://artiseverywhere.serraglia.com/

Viewing 1 replies (of 1 total)
  • Thread Starter serraglia

    (@serraglia)

    Ok, I managed by myself. I hope that this can help someone else:

    go to Theme Functions (functions.php)
    Select theme to edit:
    // Your changeable header business starts … NOW
    // Set some default values
    define(‘HEADER_TEXTCOLOR’, ‘D1D9DC’); // Default text color
    define(‘HEADER_IMAGE_WIDTH’, 700); // Default image width is actually the div’s height
    define(‘HEADER_IMAGE_HEIGHT’, 372); // Same for height

    HEADER_IMAGE_WIDTH and HEADER_IMAGE_HEIGHT
    is what you have to change.

    happy blogging

Viewing 1 replies (of 1 total)

The topic ‘[Theme: wu wei] Resizing the Header Image’ is closed to new replies.