Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1181934

    Hi guys, i’m trying to add a bottom gradient to the first color section on this page instead of just an overlay over the whole image. I added this to css but doesn’t look like it’s working:

    .av-section-color-overlay {
    	background: rgb(0,0,0);
    	background: linear-gradient(5deg, rgba(0,0,0,0.6825105042016807) 0%, rgba(0,0,0,0.43601190476190477) 95%);
    }

    Can you help me with this? Thank you :)

    #1182450

    Hey bobfurgo,

    The gradient looks to be applying on my end, what exactly are you having problems with?

    Best regards,
    Rikard

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