• Resolved arroccomatto

    (@marcomancosu)


    Hi, I’m using the Q2W3 Fixed Widget plugin to get a fixed cart in the sidebar of the shop page of my website. Problem is, when I scroll down, content of the other widgets mix with the content of the cart. How can I remove the transparency from the fixed widget? Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter arroccomatto

    (@marcomancosu)

    If useful to others: I fixed this using the following css code:

    .woocommerce .widget_shopping_cart {
    background-color: #ffffff;
    z-index:50 !important;
    }

    Anonymous User 15026628

    (@anonymized-15026628)

    Hi arroccomatto

    Thank you for sharing your experience!

    Kind regards, Odilo

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove transparency from fixed widget’ is closed to new replies.