• Resolved zoldos

    (@zoldos9)


    I found some awesome code that I want to use to replace the “main” navigation menu with. Is there a template I can hack to do so? I have full access to all files on my server and would have no problem tinkering.

    Any assistance would be most appreciated it! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • You didn’t mention which theme you are using, but most themes will have the code for displaying the menu in the header.php file. However, instead of making changes to the theme’s header.php file, the recommended way to make changes is to first create a child theme, and make your changes to a copy of whatever file you wish to modify. That is, after you create a child theme, copy over the header.php file from the parent theme folder over to your child theme folder and make your changes there. That way, if you ever update the parent theme because of bug fixes, security patches, feature enhancements, etc., then your changes won’t be lost.

    Thread Starter zoldos

    (@zoldos9)

    Ah cool, thanks. The theme is Coral Dark but I’ve since switched to something else that better fits my needs. The mod I wanted to do ended up being extremely complex according to the theme’s author! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to use customized CSS/HTML menu’ is closed to new replies.