Hi,
I want to remove all the text from the video basically. I would like it to be a custom css that I can just paste on the video section of the online editors part.
Website is SunkissedMaillot.com.
Thanks.
Hi,
I want to remove all the text from the video basically. I would like it to be a custom css that I can just paste on the video section of the online editors part.
Website is SunkissedMaillot.com.
Thanks.
This is Noah from PageFly - Shopify Page Builder App
If you want remove “all the text title of video” you can try this code:
.ytp-show-cards-title{
display: none !important;
}
Hope my solution will help you resolve the issue.
Best regards,
Noah | PageFly
Hello,
Thanks for the prompt response. Unfortunately, the code did not work. Anything else I could try? Thanks.
Hi @SunkissedBikini you can try add code it in here:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file theme.liquid
Step 3: Add code above the tag
Thank you so much.