I’m on 7.1 and wordpress 6.8.1 (dev site: https://tssdevsite.xyz/)
I was remiss in updating my site, everything worked on wordpress 6.7.1 and enfold 5.7 (prod site: https://www.thestrapsaver.com/)
How can I fix this? Please be as clear as possible, I’m not very good at this :)
Hey Shari,
Thank you for the inquiry.
The arrows are there but they are barely visible because the background is transparent due to this css code.
#top .avia-slideshow-arrows.avia-slideshow-controls a {
background: #fff0 !important;
}
You can either remove the modification or add this code in the Enfold > General Styling > Quick CSS field.
#top .avia-slideshow-arrows.avia-slideshow-controls a {
background: #a6a6a6 !important;
}
Best regards,
Ismael
Ok, what did I do wrong? :) I couldn’t find the code that you suggested to remove and added the one that you suggested to add and nothing changed.
This is the current CSS code that I have for the the sliders:
#top .avia-slideshow-arrows.avia-slideshow-controls a {
border-radius: 25px;
font-weight: bold;
font-size: 18px;
background:#transparent;
width: 45px;
height: 30px;
}
I also tried to change background from #transparent to #a6a6a6 !important but still nothing.
Thanks again!
Hi,
Thank you for the update.
Please provide the login details in the private field so we can check further. Also, make sure that Appearance > Theme File Editor is accessible, just in case.
Best regards,
Ismael
See private field.
Hi,
Thank you for the info. We removed the code from the Appearance > Customize > Additional CSS panel. Please make sure to purge the cache before checking the page.
Best regards,
Ismael