• Resolved Mike G

    (@djmikeg68)


    Using Livemesh SiteOrigin Posts Carousal.

    I’m looking for simple CSS to hide the category name/s that appears in the hover-over thumbnail images in the carousel.

    PS. Am not using a child theme. Is there just some additional CSS I can add to the CSS Styles in the widget or in the Theme Options CSS field?

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Pls have the below custom CSS in livemesh addons > settings > custom CSS –

    .lsow-posts-carousel .lsow-project-image .lsow-image-info .lsow-terms a {
        display: none !important;
    }
    
    Thread Starter Mike G

    (@djmikeg68)

    Thanks. This almost works – but the comma seperating the category names is still visible. Have a look at the page now.

    How would I remove that?

    Sorry for that.
    Pls use the below custom CSS instead of the above one –

    .lsow-posts-carousel .lsow-posts-carousel-item .lsow-project-image .lsow-image-info .lsow-terms {
        display: none;
    }
    
    Thread Starter Mike G

    (@djmikeg68)

    That works. Thankyou!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Hide taxonomy info from Posts Carousel thumbnails’ is closed to new replies.