I tried to edit the color of the text and border of the dark translucent button, according to the directions in: https://kriesi.at/support/topic/translucent-buttons-color-styling/
It did not work for me. I would like the text and border on dark translucent buttons to be #8a1b1d
Please provide a CSS code that will work to achieve this. Thank you!
Hey Beth,
Please screenshot the exact button you need help with please.
Best regards,
Jordan Shannon
I am attaching a link to the screenshot
Hi,
Add this to quick css:
a.next-slide, a.prev-slide{
background:#8a1b1d!important;
}
Best regards,
Jordan Shannon