Okay
  Public Ticket #1767838
Page Titles and Contact page
Closed

Comments

  • martin jarvis started the conversation

    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


  •  234
    Elena replied

    Hi Martin, 

    That's the menu you can disable it unchecking the menu location (see screenshot).

    Cheers, P.

  • martin jarvis replied

    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

  •  234
    Elena replied

    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

  • martin jarvis replied

    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!



  •  234
    Elena replied

    Sure,

    your selector is be .hero-title instead of .hero-text

    Cheers, P.