• Resolved Claudia

    (@twiggs)


    Hello!

    I’m building up a portfolio website and my clients want certain pages to appear on the menu. However when you click on a page on the menu, it changes the colour on the menu and the page name appears again on the left side. The thing is they don’t want the name to appear below the menu, as it feels that it is repeating itself.

    Now, I’ve created the page without name and just URL, and when I added to the Menu, I gave it the attribute I want.

    BUT… is there any other way to make this happen? Like something on the php. file?

    Thank you so much!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Can you post a link to a page where this happens — I’m not really understanding what are describing.

    Thread Starter Claudia

    (@twiggs)

    Sure!

    When you are on the Homepage you see the Menu, and then you click on any page of the Menu and below it appears the name of the page you just clicked!

    For example:
    https://www.creativetwiggs.com/delicious-weddings/

    My clients don’t want that name below to appear. So to see if I came up with a solution, I edited the page Our Story and deleted the page title. On Appearance – Menu, I added that page to the Menu and wrote the name again on the Navigation Label, so it will appear on the Menu. But this way, when I click on Our Story, the page title doesn’t appear below, just like I wanted.

    https://www.creativetwiggs.com/our-story/

    However I don’t think this is the best way to do this. And I’m wondering if there’s another way, a better way to make page titles stop from appearing when I click on them on the Menu.

    The better way to do that is to hide those titles using CSS – this to your child theme CSS

    #title {
        display: none;
    }

    Thread Starter Claudia

    (@twiggs)

    So all I need to do is paste this to my Child Theme CSS file? Nothing else?

    Thread Starter Claudia

    (@twiggs)

    Ok, I already did that and it worked!

    Thank you so much!!! Topic resolved!

    Should be – see if that works.

    EDIT – great! You’re welcome.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Page without name’ is closed to new replies.