Default header image behaviour
-
Currently, the Default Theme hides the header image and header text for all users by default, until they’ve actively made it visible by clicking on the hide/reveal button.
This is the case even if the site creator has set a header image, “display header text” is selected, and “Hide Image” is not clicked in the settings.
I overcame this undesired default behaviour by experimenting with hiding and revealing the header and then tracking down the book_header css in functions.php and adding
display: block;
to the mix — nonetheless I was wondering whether this is expected behaviour?Especially since “display header text” is checked, I was confused for a while by what was happening. It seems like the solution might not be self-evident to the casual site creator.
In general, I’m very happy with CommentPress as an easy-to-use, creative tool. It took me very little time to get this project off the ground.
- The topic ‘Default header image behaviour’ is closed to new replies.