i am trying to get a coloured box behind my text on my heading for slideshow so that i can see the text, the images make the writing difficult to read
Hello @tmornamenta
If you can add a screenshot along with your website URL then it would be easy for me to give you a solution.
Hi @tmornamenta
Your link is not working
Hi @tmornamenta
This is Richard 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,
Richard | PageFly
Hi @tmornamenta
You can follow these steps to achieve your result
Go to online store → Edit code → component-slidshow.css file
And pest bellow code
.slideshow__text.banner__box {
background: #fff4f4; //replace your own color
}
Result :
