Jump to content

Make a half circle in the bottom middle of the header

Recommended Posts

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

On 1/4/2022 at 2:55 AM, tuanphan said:

Hi,

Can you explain clearly this?

 

Hi Tuanphan! ☺️
 

I whould like the header border to go something like the added image.

Is it possible? I have found ways to make other sections boarder to have this circle in the bottom with css but have no luck with the header.

 

 B9028331-2221-45FF-A2ED-AE46661ED044.png.94fb8c989b623ad9eb3f68712e7e42b6.png

Edited by movemore
Link to comment

Try adding to Design > Custom CSS

header#header:after {
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    bottom: -50px;
    z-index: 9999;
    display: block;
    background-color: white;
    border-radius: 50%;
}

 

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.