Skip to main content

Command Palette

Search for a command to run...

Keep Slider arrows visible

Published
1 min readView as Markdown
/* Slider arrows visible */
.et_pb_slider .et-pb-arrow-prev {
   opacity: 1 !important;
 }
  .et_pb_slider .et-pb-arrow-prev {
    opacity: 1 !important;
}
6 views