Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #687668

    Hi There
    First off thanks for a great theme. I love Enfold. I think Im using it on about 4 sites.

    Is there a way to control the opacity of the coloured areas beneath the text when I use the Avia Layout editor: Fullscreen Slider: Edit Form Element. I would like to make the opacity a little lighter if possible. Is there a way to find the css that controls this?

    Thanks in anticipation

    Mark Payton

    #688286

    Hi markpay10,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .caption_framed .slideshow_caption .avia-caption-title {
        background: rgba(0, 0, 0, 0.7) !important;
    }

    Adjust the value 7 up if you would like it to be darker.

    Best regards,
    Rikard

    #688414

    Awesome thanks for that. The css above only changed the title block. But because of your guidance I managed to work out that adding further css it changed the caption copy background too.

    Thanks for your help and quick response, really appreciate the help.
    Mark

    .caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title {
    background: rgba(0, 0, 0, 0.3) !important;
    }

    #688979

    Hi Mark,

    Great, glad you got it working and thanks for sharing :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘I would like to lighten the opacity colour underneath the slider info’ is closed to new replies.