My Custum CSS
-
Hi! Maybe my styles will be useful
.filters-div .filtr-item .item-desc { /* bottom: 7px; left: 7px; right: 7px; */ opacity: 0; transition: all .8s; background: linear-gradient(35deg, rgb(106, 211, 47) 0%,rgba(89, 182, 254, 0.9) 100%); text-shadow: 0px 3px 14px #1a8731; } .filters-div .filtr-item:hover .item-desc { opacity: 1; } .filters-div .filtr-item .thumbnail { box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25); padding: 0; } .simplefilter li, .sortandshuffle li { text-transform: none !important; } .filters-div .filtr-item img.thumbnail { min-height: 223px; object-fit: cover; }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘My Custum CSS’ is closed to new replies.