• Hi, I’m looking to edit a text on this website’s menu

    https://dplusmcreative.com/design/

    From ‘Home’ with capital H to ‘home’ lower case ‘h’

    I’m using Chrome’s ‘Inspect Element’ to identify the element, but how do i know where to locate the file?

    Thanks for any help

Viewing 4 replies - 1 through 4 (of 4 total)
  • Text for the menu is stored in a database table, not a file, so you won’t be able to find it unless you know how to access and work with MySQL. Did you try going to the Menus section (Appearance → Menus) and changing the menu item text there? If you expand the menu item for Home, you should be able to change the Navigation Label field.

    Thread Starter suckatcode

    (@suckatcode)

    I’ve checked Appearance / Menu but I guess the previous coder had done things differently. It might be inside the database as you mentioned – but how can I access this without Cpanel? Whenever I type dplusmcreative.com/cpanel I get an error page.

    So are you therefore unable to add new pages to the menu? Strange…

    There’s an easier way of making the change you want. Just add this CSS rule:

    nav a {
       text-transform: lowercase;
    }

    This will convert all of the menu items to lowercase. If your theme has a custom CSS option, you would add it there. Otherwise, install a CSS plugin like Custom CSS Manager and add it that way.

    Thread Starter suckatcode

    (@suckatcode)

    Hey crouching, seems like this is beyond my wp capabilities, will hire an expert to fix this. Thanks for your inputs!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘need to edit text – how do I find the path?’ is closed to new replies.