Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1245787

    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?

    #1245856

    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

    #1245995

    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

    #1246184

    Hi,

    Great, I’m glad that you found a solution and thanks for sharing. I’ll go ahead and close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Header widget image has white background when clicked’ is closed to new replies.