Not sure how SFML handles this but usually the style of border and title of the window is decided by the OS/desktop environment. I guess you could create a window without borders and manually draw it the way you want but then you will also have to implement all the normal features like minimization, maximization, moving the window, etc. if you want them.