"You recently viewed" Change Background Color - Empire Theme

Is it possible to change the color of the background for the “You recently viewed”? Please see screenshot attached. Thank you.

Hi @thekenstar

This is Victor from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Hope this can help you solve the issue

Best regards,

Victor | PageFly

Hello @thekenstar

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->theme.css>Add this code at the bottom.

.product-recently-viewed__wrapper {
    background: #808080 !important;
}

Do you want like this:-

Hi @PageFly-Victor , I was able to remove/change the color, that worked, thank you. It seems that the section needs to be adjusted in size horizontally because the front and back arrows are too close to the images/products. Please see attached any solution for this?

Hi @thekenstar Seems like it is the styling of the carousel.

I tried to make it more space but it will break the carousel. In this case i think you should contact the theme support for more help on this concern.

Thank you