Home Forums Free Themes Education Hub how to hide page title from being shown on page

Viewing 10 posts - 16 through 25 (of 25 total)
  • Author
    Posts
  • #59047
    LuAlexi
    Participant

    Thank you! From the menu, everything is fine-it’s gone!

    But with the title I do not understand how to fill correctly.

    I do not quite understand in English. The page has a name, but where to insert it?

    If it’s not difficult, you can send, as the CSS will look for the header in my case. (as for the menu)

    I will be very grateful

    #59089
    wensolutions
    Keymaster

    Hello lualexi,

    Actually we are having trouble in understanding in your query .

    If you meant by the title that appear at the top right then you can change the it by going to Admin Panel > Appearance > Customize > Site Identity.

    If this is not what you meant then provide the screen marking the section .

    Hope this helps .

    Best Regards!!

    #59107
    LuAlexi
    Participant

    I brought it here. This is not true?Снимок экрана

    #59185
    wensolutions
    Keymaster

    Hello @lualexi,

    Now when we inspected the site URL we find the title of the page as well so now to remove the title of the page and the menu section in that page use below given CSS.

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

    Hope this helps .

    Let us know if you have any issue further .

    Best Regards!!

    #59218
    LuAlexi
    Participant

    Does not work.
    The menu disappears and the title does not appear.
    I tried different browsers, cleaned the cache, but ….
    The title seemed to stick. Set the “clean” WP-result is the same.

    Here’s another site
    http://fabermazlish-rus.ru/

    https://yadi.sk/i/iBMpnJPz3Q68SN
    https://yadi.sk/i/6_kxa0D53Q68aW
    https://yadi.sk/i/VzNYrUTX3Q68jq

    What do I do now, I like the topic. She approaches the subject matter of the office.

    I really hope for you.

    #59255
    wensolutions
    Keymaster

    Hello @lualexi,

    Previously you have asked to remove the title and menu from the page given below :

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

    And the CSS we have provided worked absolutely fine in this page removing the title and the menu .

    If this is not what you are looking for please provide the detail about your issue with the proper screen shot marking the section that you want to remove or edit so that we could help you precisely .

    Also please mention what you actually want to do in your new site URL as well with proper screen shots .

    PS: Please post your issue creating the new topic in the forum as it will be easy for us to answer .

    Hope this clears the confusion .

    Best Regards!!

    #75670
    javid
    Participant

    Hi everybody.
    I can hide the page title but how we can hide the whole div of this title

    #75678
    wensolutions
    Keymaster

    Hello @ javid

    First of all thank you very much for using the theme.

    Now to remove the title use below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    header.entry-header {
        display: none;
    }

    Also please create your own ticket so that it would be easy for us to follow up your queries.

    Thank you.

    Best Regards!!

    #77011
    Swati98
    Participant

    I have tried the code given

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

    for removing page titles however even though I put it in the additional CSS section and published the title still appeared. I am on the free version of the theme will this code only work on the pro version?

    #77023
    wensolutions
    Keymaster

    Hello @swati98,

    Please add below-given CSS to remove the title from the pages.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste the CSS.

    header.entry-header {
        display: none;
    }

    Also, please post your queries creating your own ticket so that it will easy for us to follow up your request.

    Thank you.

    Best Regards!!

Viewing 10 posts - 16 through 25 (of 25 total)
  • You must be logged in to reply to this topic.