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

    Can you advise me on how your have a Transparent colour section?

    See private content, its an Enfold theme site in the example..

    Or is it not actually a colour section?

    Thanks!

    #639680

    Hey mmsdev,

    A similar effect to the transparent section over the video background can be achieved by adding a 1/1 col inside a colorsection and set the 1/1 col background color with transparency in the edit options.

    To place it at the bottom you need some custom css. Enable custom css class name http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Add ID “nopadding” to the colorsection and transparent-column to the 1/1 column.

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    
    .transparent-column {
        position: absolute!important;
        bottom: 0;
        left: 0;
        right: 0;
    }
    
    #nopadding {
        padding:0!important;
    }
    

    Best regards,
    Vinay

    #640055

    Ok sorry yes i have that already but by i am hoping to have it full width, thats why i thought it may be done with a colour section, as a 1/1 column is not full width..

    #640057

    Hi,

    The site you posted is using Revolution Slider. There may be a way to do that with Sections by changing its position value to absolute, you could try that.

    Best regards,
    Josue

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