iTheme2 – changing header size to make it smaller?
-
Hi there,
I’d like to change my current theme (Expound) to the iTheme2 theme and I would like to add a custom header image. The iTheme header size is fixed at 978 × 288 pixels – is there anyway to make smaller. I’m guessing so, as this site http://electronicrumors.com seems to have a header with a much smaller height and i’m guessing its just a tweak with some CSS. Does anyone know what that tweak might be??
Thanks in advance
The blog I need help with is: (visible only to logged in users)
-
Hi again, the link underneath my previous post might not work as thats my test site and isn’t public. My site at present is http://ofstarsandscience.com, which is the Expound theme.
-
Hi again…
Anyone know of the CSS code to make a fixed header image size smaller for iTheme2??
Thank you
-
Hi again, I honestly did do a search on this and couldn’t find anything…..and then found this today
https://en.forums.wordpress.com/topic/css-headers-itheme2?replies=5
Which explains what to do and is from the same people whose website i listed above!!
Please close this thread
Thank you -
On the site you reference, what they have done is to set the header image in the CSS rather than using the uploader at Appearance > Header. You can do the same thing, but in doing so, the header image will not be linked back to the home page as it is now.
Upload the image to your media library, get the URL of that image and replace URL_OF_IMAGE between the quote marks with the URL of your new image.
#masthead { background: url("URL_OF_IMAGE") no-repeat scroll right top rgba(0, 0, 0, 0); }Then go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the above custom CSS.
-
- The topic ‘iTheme2 – changing header size to make it smaller?’ is closed to new replies.