Hey Fatih19, you can start with this:
.raven {
background-color: rgba(255, 255, 255, .95);
color: #3b3e45;
min-width: 400px;
border: none;
}
.raven .raven-header.top, .raven .raven-background {
background-color: rgba(255, 255, 255, 0);
}
Insert this code in your theme's css file, but it will be overwritten after theme update, or you can use your ~/.config/gtk-3.0/gtk.css
file.