Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1490915

    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?

    #1490916

    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.

    #1490932

    Hi,

    Thanks for helping out @guenni007. Did that answer your question @sitibus?

    Best regards,
    Rikard

    #1490939

    This is exactly what I was hoping to get thank you so much fantastic support

    #1490948

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘customize featured image slider element’ is closed to new replies.