How toget rid of List and Grid Icons on Search Pages

Hello,

can you please tell me how to get rid of this?

Hello Maria,

Its the CSS below that you can copy / paste in the customizer custom css box:

div.layout-action {
display: none;
}
Thank you

It worked, Thank you!