Hi , I have a slight line in multirow and a shadow behind the text box
I want to remove all the shadows and lines of that page multirow please.
How do I do it please?
Warm regards.
Hi , I have a slight line in multirow and a shadow behind the text box
I want to remove all the shadows and lines of that page multirow please.
How do I do it please?
Warm regards.
Please add the following code at the bottom of your css file.
.image-with-text:not(.image-with-text--overlap) .image-with-text__text-item:after{
box-shadow: none !important;
}
Hope that helps.
looks great! I still have a small line around, is there a way to remove it?
My pleasure ![]()
you can try the following code to make the image and text more closer.
@media screen and (min-width: 990px){
.image-with-text__content { padding-left: 3rem !important; }
}
yes