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

    Hi

    Is it possible to have a transparent content section to the bottom of the fullwidth slider?

    I have attached a screenshot to illustrate my point,

    Thanks for your help,

    Mike

    #434589

    Hey cannan!

    Not sure if that’s possible, could you provide us with a temporary admin login so that we can take a closer look please?

    Cheers!
    Rikard

    #435746
    This reply has been marked as private.
    #438154

    Hey!

    I logged into your site, but we need admin access, instead of a normal login.

    However, you could try to achieve what you want using a color section. When editing color section set your background video in “section Background”.
    Then add your content elements inside of you color section, for example text etc. You might need to use layout elements at first. It would look like this:

    Now you can define a background-color and opacity for your content elements:

    .entry-content-wrapper.clearfix {
    background-color: rgba(0,0,0,0.5)
    }
    

    For further customization you need to add these values as well:

    .entry-content-wrapper.clearfix {
    position: absolute;
    top: 181px;
    width: 110%;
    left: -50px;
    height: 70px;
    }
    

    and adjust as needed.

    The result could look something like this:

    Best regards,
    Andy

    • This reply was modified 8 years, 12 months ago by Andy.
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.