Home › Forums › Graphene Mobile Neo › Support
How to remove page title
-
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
AdminPlease share the URL to your side so that we can take a look.
Additionally, where did you enter the above CSS code?
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
AdminSeems 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;
}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
AdminThere 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
}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
AdminDo 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.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.