Your Time:
Our Time:
← Back to discussions

Flex Slider Title And Description With Transparency

Need help with a different issue? Search the forums or open a new ticket.
Open a support ticket

This topic has 1 reply, 1 voice, and was last updated 12 years, 7 months ago by Daniel Arnold.

  • 2014-02-03 at 5:53 pm
    Support Expired
    #2719
    Daniel Arnold
    Participant
    • Topics: 18
    • Replies: 45
    • Total posts: 63
    • Post count: 54

    Hi there,
    It is posible to make the slider title and description (h5 and h6 I think ) with some transparency? The title takes the theme color defined in options, and the description takes a grey one.
    I tried to modify “flex-title” and “flex_sliderdescription” and to add in custom css: background-color: rgba(xxx,xxx,xxx,8) but it doesn’t work…
    Can you help me?
    Kind regards

    • This topic was modified 12 years, 7 months ago by Daniel Arnold.
    2014-02-03 at 6:16 pm
    Support Expired
    #2721
    Daniel Arnold
    Participant
    • Topics: 18
    • Replies: 45
    • Total posts: 63
    • Post count: 54

    Sorry, I was using the wrong code… My mistake…
    For everybody who wants slider title and description with transparency:
    The right code to put in custom css is:

    .flex-title h5 span {
    	background-color: rgba(xxx,xxx,xxx,0.5);
    }
    .flex-title h6 span {
    	background-color: rgba(34,34,34,0.5);
    }

    Kind regards, and sorry again!

You must be logged in to reply to this topic.