Customising the navigation bar

Hi, newbie developer here and having trouble finding the right file to edit to customise the nav bar (I want to use a modal popup for login / register instead of it running from a shortcode on a page)

I know I need to use a child theme which is fine but can you direct me to the file I need to edit pls ?

Andrew

Hi Andrew,

I hope you are well today and thank you for your question.

The sparkling menu is displayed by calling the function sparkling_header_menu which is declared in the Sparkling theme file sparkling/inc/extras.php on line number 112 this function is wrapped in the function_exists condition so you can overwrite this function in your child theme by simple copying it from Sparkling theme and adding it in the functions.php file of your child theme.

Best Regards,
Movin