Tagged: customize, featured image slider element, title
Hi support, on my website http://www.avvocatoambienteesicurezza.it I would like to have the title of the “featured image slider” element with a gray overlay, can you please help me?
you can try:
#top .avia-featureimage-slideshow .avia-caption-title a {
  display: inline-block;
  line-height: 1.4em;
  background-color: rgba(0,0,0,0.3);
  backdrop-filter: blur(4px);
  padding: 5px 8px;
  border: 2px solid #FFF;
  border-radius: 5px
}
Just leave out the border styling if you don’t like to have it. I’ve now adjusted it so that it fits the button.
