• penwallace

    (@penwallace)


    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]

Viewing 1 replies (of 1 total)
  • Theme Author themevedanta

    (@themevedanta)

    Hi,

    First of all, sorry for late reply, and we have checked your issue and identify that maybe the problem comes to your browser extension so you can try to disable your extension after that check your issue.

    And also, You can add custom CSS on the theme customize section.
    Appearance -> Customize -> Additional CSS

    Thank you

Viewing 1 replies (of 1 total)
  • The topic ‘CSS Hides Embedded Pins but Tailwind Does Not See Them’ is closed to new replies.