Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #787348

    Hi,

    I would like to change a slider title background as 50% translucent white, then make the title color in gray.
    I could find to change the title and caption color in color tab but no background.
    Could you please advise it for me?

    Regards,

    Meg

    #787385

    Hey nimbusworks,

    try this code inside Quick CSS field:

    .avia-caption-title {
    background: rgba(255, 255, 255, 0.56) !important;
    }

    and adjust as needed.

    Best regards,
    Andy

    #788012

    Thank you, Andy.

    What about the second line, caption color?
    This CSS is working for the title but still caption background was dark.

    #788230

    Hi,

    Please try this instead:

    .avia-caption-title, .avia-caption-content, .avia-caption-content a {
    background: rgba(255, 255, 255, 0.56) !important;
    }

    Best regards,
    Rikard

    #788417

    Hi,

    It has been a still dark frame around the caption. Outer extensive caption area becomes light color.
    Could you please check the linked file?

    #789050

    Hi Meg,

    Please try this instead:

    .avia-caption-title, .avia-caption-content p {
    background: rgba(255, 255, 255, 0.56) !important;
    }

    Best regards,
    Sarah

    #789258

    Dear Sara,

    I could make it what I want. Thank you so much for your helping.

    Love,

    Meg

    #789268

    Hi Meg,

    You’re welcome! We’re glad we could help.

    For your information, you can look at the Enfold documentation here – http://kriesi.at/documentation/enfold/

    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/

    For any other questions or issues, feel free to post them here on the forum.

    Thank you for using Enfold!

    Sarah

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Full screen slider, center frames title. How to change the frame background colo’ is closed to new replies.