How to remove the homepage text - by HighPassion

This topic has 4 replies, 4 voices, and was last updated 9 years, 8 months ago ago by Robert Hall

  • Avatar: HighPassion
    HighPassion
    Participant
    July 17, 2014 at 12:38

    I would like to remove the Home page from main page of the website as in screenshot bellow, without it is it possible to be done on each page or its applied to all. Thanks



    3 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    July 17, 2014 at 12:47

    Hello,

    You can remove the title adding the code below into custom.css file.

    .page-heading h1 {
        display: none;
    }

    Please note the title will be removed for all pages such way.

    Regards,
    Eva Kemp.

    Avatar: BAD311
    BAD311
    Participant
    September 1, 2014 at 21:30

    I put code into custom.css in primary theme directory, same directory as style.css, and nothing changed.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 2, 2014 at 05:52

    Hello,

    This code must be in custom.css file to get some change.
    We don’t recommend to add code in style.css of the main theme.

    Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.

    Regards,
    Robert Hall.

  • Viewing 4 results - 1 through 4 (of 4 total)

The issue related to '‘How to remove the homepage text’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.