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.
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
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
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