- This topic has 5 replies, 2 voices, and was last updated 10 months, 3 weeks ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Hello, sorry again, I’m working on my project and there is one more thing I have a question about:
Website: https://lfifty.one
The widget on the right, there is a small green lining (I’ve marked it), could you please help me removing it? Thank you so much!
Hi,
Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:
.wp-caption-text {
display: none;
}
Kind Regards
Hi,
Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet instead of previous one:
.wp-caption-text {
border: none;
}
Kind Regards
Feel free to contact us at any time, we are more than happy to help.
Kind Regards