Customizing header image
-
Hi – i can’t seem to remove the big header image from the pages i want it removed on. Can you please help?
-
Hello Saiqua,
The header image was designed to appear on all pages.
You will need to use custom css codes to edit the theme.Where do you require the header image removed?
in all pages but the home page.
hello? can someone please respond? if this is too much trouble, i ll probably have to use a different theme.
Hello Saiqua,
If you remove the header image, the site title and other stuff will also disappear.
Do you want to hide only the header image or the complete header area?Divjot
Hello it’s so easy there are many ways to remove your header image
1-css
inmain.cssline27
change the code to this#masthead { position: relative; text-align: center; height: 200px; }or this
#masthead { position: relative; text-align: center; height: 200px; display: none; }there are many ways to solve your problem
Good luckhi @rohalla – i tried altering that code in main.css – used display: none; however, if i do that then the header disappears from all pages. i want it to stay on the home page.
divjotsingh_440 – i want all the text and everything to disappear. however, i do need to add a small logo that stays on the rest of the pages – this shouldnt be too difficult right?
for my case – i really like how the header image fills the space but that only works on the home page, for the rest it’s really a waste of space and i need it removed.
OK I’ll be back soon to help you
i also don’t understand why these little changes are not taking effect. I’m adding a screenshot here.
Hi
use this style#masthead { position: relative; text-align: center; height: 200px; visibility : hidden; }please try the above code and say the result
where did you put your screenshot?I ‘ll be back soon to solve you problem,Don’t worry
thank you. meanwhile, i’m trying to study up as much as i can on my own.
The topic ‘Customizing header image’ is closed to new replies.
