How can I include product prices in the 'Recently Viewed Items' on Impulse Theme?

Hello!

Does anyone know how to include product prices in the “Recently Viewed Items” section on Impulse Theme? We would like to BOLD the fonts and make the prices appear, similar to the format of Recommended Products above it. Here’s the screenshot.

Thanks so much in advance! :folded_hands:

@KatFuentes

Hello,
can You Please Share Your Store URL I Will Check Provide Proper Solution

Hi @oscprofessional ,

So sorry for the late reply. Here: https://www.backtosport.com.au/

Thanks so much! :folded_hands:

@KatFuentes ,

#RecentlyViewed-template--16064458850544__recently-viewed .grid-product__title {
    font-weight: bold;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

Thanks so much @oscprofessional !

But the code is not working :disappointed_face:

@KatFuentes ,

.grid-product__title {
    font-weight: bold;
}

Try this code

Thanks again @oscprofessional !

But not working still :disappointed_face:

@KatFuentes ,

Have you added code or removed?

@KatFuentes ,

.grid-product__title {
font-weight: bold !important;
}

Add this

Hi @oscprofessional !

I removed and replaced it with the new code.

The last one with “important” is not working also.

@KatFuentes ,

Try to add in top or between.

Thanks @oscprofessional !

Tried both but not working :disappointed_face:

@KatFuentes ,

Give me the store access on my email. I will check.

Hello! Did you find a solution of the issue?