• Hi all –

    Am a complete novice here but am finding the Virtue theme pretty easy and smooth to use. My only question is is it possible to remove the word “Home” from my Home Page but still have it in the menu in my top bar?

    I think it looks out of place on the homepage above my posts but I do still want it in the top bar menu so people can navigate back to the home page as they use my site.

    Thanks in advance!

    Jaye

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi,

    First, find the id of the page you don’t want the title appears.
    To do that, when you make modifications check in the address bar post=the_id_of_the_page
    after go to Appearance>Theme options>Advanced settings and into the custom CSS field put this code
    .page-id-id_your_page .entry-title {display:none}
    if for example your page id is 517, the code will be like that :
    .page-id-517 .entry-title {display:none}

    If you want to apply this to the whole website, just remove .page-id-517 from this code

    Thread Starter JayeRose

    (@jayerose)

    Hmmm, I don’t think it worked for me!?

    I went onto “Pages” and then “Edit” under my Home Page which gave me the post=11 part so I copied and pasted this into Advanced Settings which for me is just a big box:

    .page-id-11 .entry-title {display:none}

    and the text is still there!

    Am I doing something wrong? Sorry, am completely hopeless with things like this!

    Could you give a link to your website ?

    hannah

    (@hannahritner)

    Hey JayeRose,
    You can remove the homepage title from Theme Options > Home Layout. Just disable Home Title from the homepage layout manager.
    Hope that helps!

    Hananh

    Thread Starter JayeRose

    (@jayerose)

    Hi all –

    I tried your advice Hannah, but I think its still there!?

    Hector, the link to my site is https://www.howtoalmostbeapornstar.com

    Thanks in advance

    Hey,
    You can add this css:

    .blog .page-header {
        display: none;
    }

    The page you linked to is using the latest post page but not the front page. (settings > reading). I’m not really sure how thats possible… Your home page should be using the front page template.

    Are you using a child theme or a redirect?

    Kadence Themes

    Thread Starter JayeRose

    (@jayerose)

    Hi – thanks for your response! ??

    I honestly have no idea what I’ve done or how I’ve done it – I’ve downloaded a few widgets along the way but I have no idea what kind of theme I’m using or if its a redirect – how will I know?

    Sorry, am a complete novice and pretty hopeless at anything technical. This is my first ever attempt at building a site and I’m not very good at it!

    Thanks again,

    Jaye

    Ok, well the safe bet is just to add that css into the apperance > theme options > advanced settings > custom css box.

    That should remove the title for you.

    Kadence Themes

    Thread Starter JayeRose

    (@jayerose)

    Brilliant, that worked – thank you so much! ??

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Is it possible to remove the word "home" from homepage but still have in menu?’ is closed to new replies.