Hi there,
The fade out effect is a part of the theme's default design and the following CSS is included in its style.css file in order to create it:
.too-short .entry-inner-content:before, .too-short .link-more:before {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
bottom: 0;
content: "";
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
height: 40%;
left: 0;
position: absolute;
width: 100%;
}
I'm unsure why the above isn't being applied to your site by default. Could you please share a link to your site so that I can look into this further? (I'm currently being taken to a maintenance page when visiting miscluci.com.)
WordPress ...
ما را در سایت WordPress دنبال میکنید
برچسب:
نویسنده: استخدام کار
بازدید: 296
تاريخ: سه
شنبه
12 مرداد
1395 ساعت: 15:35