How to remove page titles from content area for graphine mobile Neo

  • info@twigg.de

    #10537

    Hallo, I used this code in the custom css to remove the page title on the desktop graphine:

    .page .post-title {

    display: none;

    }

    This does not work on Grahphine mobile neo. I added the same code to the custom css for graphine mobile neo, but the title still shows on mobile. Can you help?

    Admin

    Syahir Hakim

    #46364

    Try this:

    .page .entry-title {
    display: none;
    }

Viewing 2 posts - 1 through 2 (of 2 total)

  • You must be logged in to reply to this topic.