Mostofa Ahmed
asked 10 years ago

Is it possible to add a Transparent box underneath News slider Text? that box is used on category page. For Example Image given bellow.

1 Answers
DominicStaff
answered 10 years ago

Hi Mostofa ! 
To add a Transparent box underneath News slider, you can add the following code to the Header Code:

 <style>
.news-slider .carousel .carousel-inner .entry-header {
    background: #000;
    opacity: 0.7;
}
.news-slider .carousel .carousel-inner .entry-thumbnail:before {
background: none;
}
</style>

Hope this helps !

Mostofa Ahmed
replied 10 years ago

Thanks a lot Dominic.

Powered by DW Question & Answer Pro