remove logo in work section

Hi,

Is it possible to remove the logos in the “examples of our work” section.

At the moment, if I don’t upload a logo, a large white space blocks out part of the project image. Ideally, I’d like to remove the white space so that more of the project image can be seen.

thanks

Sid

Hello there,

I hope you are doing well today.

Could you please provide a link to your website so that I can inspect it and see the issue?

Best Regards,
Support

thanks, it’s irrational.co

Hello there,

Thanks for the link.

You can use the following CSS code to remove the logo section by going to Appearance > Customize > Additional CSS and pasting it there.


.logo-background {
    display: none;
}

Best Regards,
Support