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
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 !
Thanks a lot Dominic.
Please login or Register to submit your answer