|
To remove the Headline, you'll need to edit your theme's files. You're looking for a section that looks like:
Delete the
The drop-down menu can be repaired via CSS. Rightw you're facing a positioning issue. In your stylesheet (
You need to add the following two definitions:
This will tell the browser to position the navigation bar relative to its original position (which doesn change anything) but also to place it 100 layers above everything else. The drop-down menu will then render on top of your slide deck. |
| More Solution |
|---|
Reffered: https://wordpress.org/
...