Movin, I am trying to hide the display of the page name but couldn’t figure this out. So for the home page I would not like it to show “Home”.
Another question, is it possible top show the slide show in the background and have no content at all and the title & navigation bars are kind of transparent?
I hope you are well today and thank you for your questions.
Movin, I am trying to hide the display of the page name but couldn’t figure this out. So for the home page I would not like it to show “Home”.
You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Travelify Other Options
body.home header.entry-header {
display: none;
}
Another question, is it possible top show the slide show in the background and have no content at all and the title & navigation bars are kind of transparent?
Currently the theme doesn’t provide this functionality so you have to develop custom code to achieve this.