How to remove page title

  • stevieboyee

    #10654

    Hi,

    Does anyone know the CSS to remove the page title above the content area on Neo please?

    I have tried :

    .page .entry-title {

    display: none;

    }

    but this does not work???

    thanks

    Steve

    Admin

    Syahir Hakim

    #46591

    Please share the URL to your side so that we can take a look.

    Additionally, where did you enter the above CSS code?

    stevieboyee

    #46592

    Hi Syahir,

    Thanks for your reply.

    Page title is appearing on mobile – this is here:

    CCS entered here:

    Appearance > GM Neo Options > Display > Custom CSS

    best regards

    Steve

    Admin

    Syahir Hakim

    #46593

    Seems like you have a CSS syntax error there:

    .page .entry-title {
    display: none !important;
    .page .post-title {
    display: none;
    }

    Should be like this:

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

    stevieboyee

    #46594

    Hi Syahir,

    Thanks for the help –

    I have removed the CSS syntax error code:

    .page .entry-title {

    display: none !important;

    .page .post-title {

    display: none;

    }

    and replaced with:

    .page .entry-title {

    display: none !important;

    }

    Unfortunately the title is still there above the content..??

    ( I have cleared cache and deleted history and refreshed )

    any ideas…?

    best regards

    Steve

    Admin

    Syahir Hakim

    #46595

    There should be a space between .page and .entry-title. Right now the code on your site that I can see is this:

    .page.entry-title {
    display: none !important
    }

    It should be this:

    .page .entry-title {
    display: none !important
    }

    stevieboyee

    #46596

    Hi Syahir,

    Thanks again for your help.

    I must be missing something here?!?

    I have deleted the ‘wrong’ code and added the new one as above.

    But, the page title ( UK Preppers Guide ) is still being shown between the menu search box and the main content..?

    * http://www.ukpreppersguide.co.uk/uk-preppers-guide-mobile-homepage/

    Is there anything else I can try to remove it?

    thanks, Steve

    Admin

    Syahir Hakim

    #46597

    Do you have any code in the Custom <head> tags option? Looks like there’s an open <script> tag right before the Custom CSS, that’s causing the CSS codes to be ignored.

    stevieboyee

    #46598

    WhooHoo…

    that done it.

    thanks for your help with this.

    much appreciated.

    Steve

    *would you also be able to look a support request I posted two weeks ago please*

    I have had no help.

    glitch in the Graphene Child theme

    https://forum.graphene-theme.com/graphene-support/glitch-in-the-graphene-child-theme-1

    thanks again

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

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