Comments martin jarvis started the conversationNovember 1, 2018 at 5:24amHi I bought the theme today ref 2c958895-180e-4564-8a80-15537d91ac04I am just starting on http://harbourlightsholidayhome.com.au/I uploaded theme and demo content fine How do i stop the page title (Home / Contact etc) from appearing on the hero featured image?thanks 240Elena repliedNovember 1, 2018 at 11:21amHi Martin, That's the menu you can disable it unchecking the menu location (see screenshot).Cheers, P.martin jarvis repliedNovember 1, 2018 at 11:07pmHi PasqualeNo- i want to keep the menu - its the large page title (home/contact etc ) that is superimposed on the image i want to remove - see screenshot - thanks 240Elena repliedNovember 2, 2018 at 9:59amHi again,You can hide it via CSS (Appearance -> Customize -> Additional CSS). For example:.hero-text { display: none; }to hide it on all pages..home .hero-text { display: none; }to hide it only on the homepage.Hope that helpsmartin jarvis repliedNovember 4, 2018 at 7:13amHi PasqualeBack on this subject http://twobaysbeachhouse.com.au/The homepage hero text currently says:Home TWO BAYS BEACH HOUSE- is it possible to only remove ' Home' and leave 'TWO BAYS BEACH HOUSE''Thanks for the assistance! 240Elena repliedNovember 4, 2018 at 4:14pmSure,your selector is be .hero-title instead of .hero-textCheers, P. Sign in to reply ...
Hi I bought the theme today ref 2c958895-180e-4564-8a80-15537d91ac04
I am just starting on http://harbourlightsholidayhome.com.au/
I uploaded theme and demo content fine
How do i stop the page title (Home / Contact etc) from appearing on the hero featured image?
thanks
Hi Martin,
That's the menu you can disable it unchecking the menu location (see screenshot).
Cheers, P.
Hi Pasquale
No- i want to keep the menu - its the large page title (home/contact etc ) that is superimposed on the image i want to remove - see screenshot - thanks
Hi again,
You can hide it via CSS (Appearance -> Customize -> Additional CSS). For example:
.hero-text { display: none; }
to hide it on all pages.
.home .hero-text { display: none; }
to hide it only on the homepage.
Hope that helps
Hi Pasquale
Back on this subject
http://twobaysbeachhouse.com.au/
The homepage hero text currently says:
Home
TWO BAYS BEACH HOUSE
- is it possible to only remove ' Home' and leave 'TWO BAYS BEACH HOUSE''
Thanks for the assistance!
Sure,
your selector is be .hero-title instead of .hero-text
Cheers, P.