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!
@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!
@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
@KatFuentes ,
.grid-product__title {
font-weight: bold;
}
Try this code
Thanks again @oscprofessional !
But not working still
@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
@KatFuentes ,
Give me the store access on my email. I will check.
moek
February 3, 2023, 6:58am
14
Hello! Did you find a solution of the issue?