• Resolved yangqu

    (@yangqu)


    Hi,

    I didn’t find “hide title ” control in the editing page. How can I hide post(page) title?
    please refer to the link and “home” is shown on the upper left corner of the hero image. How can I remove it?

    Thank you!
    Yang

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author luzuk Themes

    (@luzuk)

    Hello @yangqu,

    Add the below css in additional css for that

    Go to Dashboard >> Appearance >> Customize >> Additional css >> Paste the below code and save it.

    header.entry-header {
    display: none;
    }

    Thanks.

    Thread Starter yangqu

    (@yangqu)

    Hi,

    Thanks, and it is solved. But how can I move the hero image upright to the header section without any white space?

    Rgs!
    Yang

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Re:Title Hide’ is closed to new replies.