Hi,
How can I remove gradient effect on articles images grid displayed in the homepage ? (Magazine style)
idex-trekandes Hi
Can you provide a link to your site to take closer look
idex-trekandes Hi Open template folder /css/custom.css file Create this file if it does not exist and add this code
ul.grid-view li.item-first .item-info .item-image .mask,ul.grid-view li .item-info .item-image .mask {display:none!important;}
Regards
That did the trick. Thanx Pankaj.
How can I set a gradient effect in the background of the article title only ? In order to avoid white font on clear background.
idex-trekandes Kindly share the URL of article here and provide a screenshot of your request.
Here it goes. Titles text color should remain white of course.
idex-trekandes Hi. Please try with this added to css:
ul.grid-view li.item-first .item-info .item-title, ul.grid-view li .item-info .item-title { background: rgba(0,0,0,0.5); }
That's perfect ! Thanx teitbite.