Grid and post carousel selectors
-
I am trying to modify the style and behaviour of two widgets: Post carousel and Grid and cannot find the relevant selectors and properties. I want to:
-control the appearance of bottom type
-remove the hover effectI have found this bit of CSS:
.lsow-posts-carousel .lsow-posts-carousel-item .lsow-project-image .lsow-image-info {display: none;}
.lsow-posts-carousel .lsow-posts-carousel-item .lsow-project-image .lsow-image-overlay { display: none;}
.lsow-posts-carousel .lsow-posts-carousel-item .lsow-entry-text-wrap .entry-title
{
text-transform: none; font-size: 10pt;line-height:120%
}.lsow-posts-carousel .lsow-posts-carousel-item .lsow-entry-text-wrap
{
padding: 8px 5px 5px 5px
}
But I am unable to find the equivalent for the Grid widget.
Thank you
The topic ‘Grid and post carousel selectors’ is closed to new replies.