Hello-
How do i get rid of the white background on active footer menu links. See footer here:
https://dev.thecosmicpath.com/store/
Thank you
Hello-
How do i get rid of the white background on active footer menu links. See footer here:
https://dev.thecosmicpath.com/store/
Thank you
Hello @KimAnn,
Thanks for writing in! You are using Integrity stack and the white background is coming from the default Integrity Light styling CSS.
.widget_nav_menu .current-menu-item>a {
background-color: #fff;
}
You can use the example code above and change the background color from background-color: #fff;
to background-color: transparent;
. You can insert the final CSS in Cornerstone > Theme Options > CSS.
The code above serves as an example code. Feel free to modify it when needed. Please note that custom coding is beyond the scope of our support. You will have to maintain any custom coding to make sure that it will still work after any updates or does not create any issues or incompatibility in the future.
Kindly let us know how it goes.
perfect, thank you
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.