CSS Hides Embedded Pins but Tailwind Does Not See Them
-
I’ve added CSS code to hide pinterest images. I’ve placed them at the bottom of the post. The CSS is:
/* Hide Pinterest images with the pinterest-hidden class */
.pinterest-hidden {
display: none;
}I’ve added “pinterest-hidden” as an additional CSS class. When I use the Tailwind chrome extension, it does not see the three hidden images (but it does see the others.) I’ve tried putting them in various places throughout the post. I’ve logged out and back in. I’m at a loss. It was suggested that it was a theme thing? NOTE, if I’m in Gutenberg, I can select the tailwind button that appears when I hover on the image and pin it that way. But, that defeats the purpose of being able to use the extension. Any ideas?
Thank you!The page I need help with: [log in to see the link]
- The topic ‘CSS Hides Embedded Pins but Tailwind Does Not See Them’ is closed to new replies.