• Resolved Vad

    (@vadym1)


    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)
  • Plugin Author A WP Life

    (@awordpresslife)

    Hi Vad,

    Thanks for the CSS, can you please share the page where you are using it?

    Have a nice day.

    Thanks

    Thread Starter Vad

    (@vadym1)

    My second option:

    
    .filters-div .filtr-item .item-desc {
       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;
    
       top: 7px;
       bottom: 7px;
       left: 7px;
       right: 7px;
       display: flex;
       justify-content: center;
       align-items: center;
    }
    .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;
    }
    .filters-div a title {display: none !important;}
    
    Thread Starter Vad

    (@vadym1)

    Thanks for the CSS, can you please share the page where you are using it?

    Sorry. This is a local server.

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

The topic ‘My Custum CSS’ is closed to new replies.