Forums

Are there any ways to adjust the height of the header in a wordpress theme? (3 posts)

  1. leolionheart
    Member
    Posted 1 year ago #

    Hi there,
    I'm using Grey Opaque theme.
    http://wordpress.org/extend/themes/grey-opaque

    I would like to change the height, please help!
    960 X 200 px for a header image is not what I wanted, but I love all other stuffs in this theme.

    I've tried adding "height:400px;" into the #header{width:960px;} under style.css, but it didn't work.

    I'm new to wordpress, please help me!><""

    Thank you very much.

  2. alchymyth
    The Sweeper & Moderator
    Posted 1 year ago #

    that theme might have a setting for the header image size in functions.php;

    (similar to these lines of Twenty Eleven functions.php:

    define( 'HEADER_IMAGE_WIDTH', apply_filters( 'twentyeleven_header_image_width', 1000 ) );
    	define( 'HEADER_IMAGE_HEIGHT', apply_filters( 'twentyeleven_header_image_height', 288 ) );
  3. leolionheart
    Member
    Posted 1 year ago #

    Thank you alchymyth!!!!!
    You just saved my day!

Topic Closed

This topic has been closed to new replies.

About this Topic