Trouble changing color of menu
-
Through help from many of you good folks, I thought I knew what I was doing but apparently these simple changes require a bit more learning for me.
On my site, https://www.goodolddayscountryshop, I am using my product categories as a menu which is placed in the header section at the top. This seems to work for me because handheld users can now see the product categories within their menu dropdown at the top of their screen. However, for some reason the default hover color is white, or close to it. After several months of being bugged by this, I decided to change it. Simple enough task I thought.
So, I cranked up Firefox and turned on the inspector. From the css code, I can see the code that controls this in the style.css file. I changed the color
to something I like in the inspector and see that the hover color changes on the website. Cool. How easy to debug. So I open up my style.css file in my child theme and enter the code that I copied from the inspector. Saved my file and refreshed the browser on my website. Hmmm, hover is still white. Maybe I need to clear cache. Did that, hover is still white. What the heck!
Why didn’t my change in my child theme work? Is there something overwriting my change?
- The topic ‘Trouble changing color of menu’ is closed to new replies.