Home Forums Free Themes Education Hub Hide title in topic

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #59268
    LuAlexi
    Participant

    My actions:
    Site: http://rmi-montessori.ru/
    CSS http://rmi-montessori.ru/wp-admin/customize.php?return=%2Fwp-admin%2F

    .page-id-45 div#main-nav {
    display: none;
    }

    .page-id-45 h1.entry-title {
    display: none;
    }

    Page: http://rmi-montessori.ru/wp-admin/post.php?post=45&action=edit

    Result: http://rmi-montessori.ru/lending/

    I hope that now it is clear.

    I installed the topic on different sites, but the title is not deleted.

    #59320
    wensolutions
    Keymaster

    Hello @lualexi,

    To remove the menu section from the front page use below given CSS .

    .page-id-26 div#main-nav {
    display: none;
    }

    Also for your information the css that is provide with the id will only work for that page . If you want to remove the portions for other pages then you have to use the page id of that very page .

    Hope this clears the confusion .

    Best Regards!!

    #59380
    LuAlexi
    Participant

    I do not have a CSS

    .page-id-45 h1.entry-title {
    display: none;
    }

    ID-45
    All links in the previous message.
    For the Landing there will be another heading.
    Can this be done or not?

    #59423
    wensolutions
    Keymaster

    Hello @lualexi,

    The site title will be same in all the pages .The site title will not be different in different page and this how the theme will work .

    But if you still want different site title in different page then you can always consider hiring the professional developer .

    To hire a developer please follow the link below
    http://themepalace.com/hire-a-customizer/

    We hope it helps,

    Best Regards.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.