Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1070536

    What would be the quick css code for caption text on the bottomed framed with custom text and background, like the picture below: https://cl.ly/03fe70fb9927

    #1070768

    Hey skynandi,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1071321

    (link attached) basically, I’m just trying to change the caption background color on the easy slider and on the image element.

    #1072497

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    .avia-caption .avia-caption-title, .avia-caption-content p {
      background: green !important;
    }

    Best regards,
    Rikard

    #1072661

    Thank you, Rikard, that works.

    How do I make that 50% transparent? Also is there a way to position the caption to the bottom stretching all the way accross?

    Thanks again,

    #1073566

    Hi,

    Please try this instead:

    .avia-caption .avia-caption-title, .avia-caption-content p {
      background: rgba(255, 255, 255, 0.5) !important;
      position: absolute; 
      bottom:0; 
      width:100%;
    }

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.