I've tried to reason this out, but I can't quite follow the labyrinth of logic.
Here's my question:
I created a special little functions.php file and uploaded it into my child theme folder. It is only for the purpose of adding a "home" button on my nav bar -- or menu, if that's the right word.
It worked beautifully. I was happy.
Then I changed the stylesheet of my child theme to make those menu buttons a different color. The color change affected ONLY the buttons which were governed by the parent functions.php template. The color change did not affect the "home" button which I had created using the new functions.php template which resides in my child theme folder.
So how and where do I change the color of my "home" button? And for all future interactions between my new custom functions.php file and my custom stylesheet...
How do I make them talk to each other?
I'm sure the answer is simple, but I still don't understand the interactions well enough to figure it out on my own.
Many thanks.