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

    I am trying to achieve this effect: https://www.one.org/us/about/ with a column overlapping on top of the color section above it.

    #1047884

    Hey williamslyd,

    Add the following to quick css:

    #after_section_1 .container .template-page.content.av-content-full.alpha.units{
        background: #fff!important;
        z-index: 1!important;
        position: relative!important;
        top: -100px!important;
    }
    
    #after_section_1 .template-page.content.av-content-full.alpha.units .entry-content-wrapper{
        padding:50px!important;
    }

    Best regards,
    Jordan Shannon

    #1047925

    Thank you but I tried this and it didn’t work. Please note also that I don’t want this effect on all of my pages or columns, only some that I give an id. For example, in the column containing text here that begins with “Welcome…

    Thanks

    #1047959

    Hi,

    Did you add my code to the very top of quick css so it runs first? Also be sure to clear the cache a few times over.

    Best regards,
    Jordan Shannon

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