Jump to content

Round bottom corner of a particular section on a page

Recommended Posts

Hello I'm trying to round the bottom corner of the first section on this page.

I've used the following CSS code with the section ID, but for some reason it doesn't work. It only works when I use it on all the sections by removing the section id, but I only want it on this section of my site. Please help 🙂

section[data-section-id="65514eaed74c8c2b58f12c88"] .page-section {
    border-radius: 0px 0px 25px 25px;
    overflow: hidden;
}

The reason why I'me not using a section divider to achieve this is because the dividers add space a the bottom of the section and I want the image in the section to touch the bottom edge without the extra space.

Edited by keefjc
Design / Aesthetic
Link to comment
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

You need to remove space between 2 selectors

image.thumb.png.44373a980c2baac97b6cf2f722680b93.png

it should be

section[data-section-id="65514eaed74c8c2b58f12c88"].page-section {
    border-radius: 0px 0px 25px 25px;
    overflow: hidden;
}

image.thumb.png.32f7df6807c6f1200f7c5da09c0383d2.png

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment


×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.