• Resolved john_graver

    (@john_graver)


    Hi Nobita,

    Is it possible to remove the menu item text from the top of the page linked to the menu? For example, on page https://skkp-karate.cz/akce/ to remove the text “Akce”.
    Sorry if it has been already solved here.

    br/
    John

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author nobita

    (@nobita)

    Hi @john_graver

    Dashboard / Appearance / Menu

    Click Menu Akce.

    CSS Classes (optional) field set ‘hide’

    hide is Raindrops CSS Class Name

    Only blog will hide this menu

    (If you want to completely delete, do not enter hide and click remove.)

    Save Menu.

    if not showing ‘CSS Classes (optional)’

    Screen options / Show advanced menu properties (page top right)

    Please check ‘CSS Classes’

    Thank you.

    • This reply was modified 6 years, 11 months ago by nobita.
    • This reply was modified 6 years, 11 months ago by nobita.
    Thread Starter john_graver

    (@john_graver)

    Hi Nobita,

    Thanks for the suggestion. However, this will hide the entire menu item from the menu bar. I want to keep this menu item visible but if an user clicks on the menu item and opens the underlying page, then the menu item text displays on the top. And this is what I want to remove – see the picture: https://skkp-karate.cz/wp-content/uploads/menu.png

    br/
    John

    Theme Author nobita

    (@nobita)

    Sorry,

    It is difficult to delete the title only when the click of the primary menu is detected and the link is clicked,

    However, it is possible to hide the title only when displaying each page or post.

    Edit Akce page

    Add Custom CSS for This Entry

    
    .rd-tpl-page .entry-title{
       display:none;
    }
    

    Save Post.

    When this style is specified, the title is displayed on the loop page such as index, archive, but the title is not displayed on individual page.

    .rd-tpl-page It works only when the page.php template is used.
    .rd-tpl-single It works only when the single.php template is used.

    Thank you.

    • This reply was modified 6 years, 11 months ago by nobita.
    Thread Starter john_graver

    (@john_graver)

    Hi Nobita,

    Sorry, maybe I have expressed myself not clearly. What I need, is that the menu item text is not displayed on the page (and I need it for all menu items, that are connected with a page). So there is no need to detect the click – just don’t show this text when the page is displayed. The custom CSS entry that you suggest works fine – it is only necessary to enter it for each menu item and there remains a blank gap on the top of page but I can live with it.

    Many thanks!
    br/
    John

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove menu item text from the top of page’ is closed to new replies.