How to highlight image

Hi @undercoverfresh

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

a#CardLink-template--16551916208212__product-grid-7581184131156 {
    background: #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    height: 25px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

h3#title-template--16551916208212__product-grid-7581184131156 {
    display: flex;
    justify-content: center;
}

Result

Best

Liz