Hey I need help with changing the color of the link hovers, the color of the menu + footer of my blog. I tried using the built in customizer to do so, but changing the colors through that doesn’t seem to work for me. Also, I’d like to know if it was possible to remove the image logo on the footer of my blog?
Your reply will be much appreciated. Thank you.
I meant to change the color of the background of my menu, not the link hover. Please help me with that as I can’t seem to change the colors with the customizer.
Also it would be such great help to me if you could also give me a custom css code for changing the overall link hovers of my blog. Thank you very much, I really appreciate it.
You can use this custom css code for menu background; .header-light .site-navigation { background: #color-code }
You can use this custom css code for submenu background. @media screen and (min-width: 992px) { .header-light .nav-menu ul ul { background: #color-code; }
Hy @serkan, I think, there is a bugs in theme customizer -> colors -> change the color value in Menu Background Color. It does not work correctly, I changed the color to #212933, but It did not change the navigation bg color.