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.
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 ) );
leolionheart
Member
Posted 1 year ago #
Thank you alchymyth!!!!!
You just saved my day!