I have found the solumtion in older posts :
.hero.without-featured-image {
display: none;
}
Another question, how can I get the menu above the picture on the screens?
Arnold
I have found the solumtion in older posts :
Great.
Another question, how can I get the menu above the picture on the screens?
You could try moving the menu code further up in header.php in your child theme. I’d suggest you do this first on a test site (either local or remote) to be sure you have it working as you’d like before making it live. The menu code starts at:
<?php if ( has_nav_menu( 'primary' ) || has_nav_menu( 'secondary' ) ) : ?>
and ends at
<?php endif; ?>
on line 87.
Hello Kathryn,
I have tried to put the code on top, but that does not change the place of the menu.
Greetings from Belgium
Arnold
Arnold – could you put the contents of your child theme’s header.php file into a Pastebin and link to it here so I can look at what you’ve done so far?
http://pastebin.com/