Hi same issue is happening in the product preview is there code to set background there as well?
We’d appreciate it if you could give us context on each thread that you open so that we understand the case and be able to help accordingly.
Would you please kindly give us the information below?
- URL of the page in question.
- A better screenshot to know which section you are talking about.
- The current color which you want to change to white to be able to identify the section.
Thank you.
Hey @businessbackpacker,
The background is coming from the stack CSS so it needs to be overridden using CSS as well. Because this is just a minor cosmetic change, I’ll provide the override code. Add the code below in Theme Options > CSS.
.flex-control-nav.flex-control-thumbs li {
background-color: #fff;
}
Hope that helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
