Hi,
When using Layout B, the text shows the link to the Youtube video as well as the description of the post.
is there a way to hide the url in the text?
thanks!
will
Hi,
When using Layout B, the text shows the link to the Youtube video as well as the description of the post.
is there a way to hide the url in the text?
thanks!
will
Hello there,
I hope you are doing well today.
You can use the following CSS code to remove the link by going to Appearance > Customize > Additional CSS and pasting it there.
.newspaper_x_widgets .newspaper-x-blog-post-layout-b .newspaper-x-content {
display: none;
}
Best Regards,
Support