Home › Forums › Basel support forum › Product title and view product text are not shown clearly on this design › Reply To: Product title and view product text are not shown clearly on this design
elifbayraktar632
Thanks for back
whats css code on mobile. Beacause font is big and this css code doesnt work on mobile. Also this code doesnt show in internet explorer.
.cat-design-center .hover-mask > h3 {
background-color: rgba(255,255,255,0.7);
padding: 20px;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
}
.cat-design-center:hover .hover-mask > h3 {
padding-bottom: 30px;
}
.cat-design-center .hover-mask > a:last-child {
margin-bottom: 0;
margin-top: -30px;
color: rgba(0,0,0,0.8);
z-index: 20;
}
.cat-design-center .hover-mask > a:last-child:hover {
color: black;
}
@media (max-width: 991px) {
.cat-design-center .hover-mask > h3 {
padding-bottom: 30px;
}
.cat-design-center .hover-mask > a:last-child {
color: black;
}
}
3. Slider background is showing on mobile but background image doesnt appear.