Hi,
I would like to change the color of the navigation arrow in the Reiter Section title on mobile devices – is this possible?
Thank you in advance!
Raphaela
Hey Raphaela,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (max-width: 767px) {
.av-tab-section-outer-container .avia-slideshow-arrows a::before, .av-tab-section-outer-container .avia-slideshow-arrows a::after {
background: rgba(255,200,112,0.7);
color: red;
}}
255,200,112 is RGB value of the color and 0.7 is opacity level that you can set between 0-1.
If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new threads under Enfold sub forum :)
Best regards,
Yigit