background: linear-gradient(to left, #7299e6, #8572e6);
background: linear-gradient(to left, #e67299, #e68572);
i mean a solid color not a gradient. i want them that all block header become single solid color onlyI think there is no way, you can simply create a gradient but without the white lines.
![]()
The link of the image is : https://babiato.tech/styles/io_dark/io/images/swirl.png
.block.block--category .block-header:after {
background: none !important;
}
Thank you.CSS:.block.block--category .block-header:after { background: none !important; }