Tagged: background, header, Widget
When clicking on the header widget image – a shopping cart icon with the words Shop online – it is no longer transparent, but has a quite background. How do I ensure it remains transparent when visiting the page?
Hey studiovene,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.header_color .widget_nav_menu ul:first-child>.current-menu-item {
background-color: transparent;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thanks Victoria
That did not work, but what did work was
#top .widget_nav_menu li {
display: inline-block !important;
background-color: transparent !important;
}
Thanks
Vene