Okay
  Public Ticket #4503318
Widgets / Sidebar
Open

Comments

  • Andy started the conversation

    There were a bunch of error codes in the Salient widgets editing area and I cleaned those up and am just trying to have one featured product in the slide out menu but there is a giant white element that shows up (sometimes goes away on scroll) that is blocking viewing the Woocommerce product. Please advise how to remove this white area in the slide out menu. Also the search query function has never worked, it jumbles the letters.

    Attached files:  Screenshot 2025-10-07 at 2.17.37 PM.png

  •  9,503
    Tahir replied

    Hi Again,

    Thanks for reaching out! .

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    img.wc-block-featured-product__background-image {
        width: 100% !important;
    }

    Thanks


     Salient Support Team