Hi, i’m wondering how I can make my slideshow button transparent on the Prestige theme.
This is my website URL: https://rednvbr.com/
Thank you.
Hi, i’m wondering how I can make my slideshow button transparent on the Prestige theme.
This is my website URL: https://rednvbr.com/
Thank you.
#section-slideshow .Button {
color: #e13e3e;
&::before {
background-color: transparent;
}
}
For some reason, it’s still not working.
#section-slideshow .Button {
color: #ffffff !important;
border-color: #ffffff !important;
}
#section-slideshow .Button::before {
background-color: transparent !important;
}
Hi @KetanKumar
Does this work to make the slideshow button transparent with colored border & text? I want to do this in my home page & switch the transition off.
CoschStudio
Thanks!