Hey I updated to the new version of Pro and I don’t see a Rev Slider Update. I was able to add the slider via text, but I’m not sure if that is correct. I was creating a new site and wanted to have the slider in the navbar and have it transparent, you all gave me the below code before, but its not working and I’m not sure if its because I can’t find the rev slider element. Please advise.
.x-bar.x-bar-absolute{
background-color: rgba(0, 0, 0, 0) !important;
transition: background 0.4s ease;
}
.x-bar.x-bar-fixed{
background-color: rgba(0, 0, 0, 0.8) !important;
}