Remove Dark Hue From Block 14

Posted in: Newspaper
Post count: 43

There’s a dark hue on the images of Block 14 that make the images appear slightly darker than they should. How can this be removed?

Post count: 23312

Hello Navito,

Please notice that this is a design element for our blocks and if you want to get rid this bottom hue, you have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Cusotom CSS area.

The code is ->

.td_block_14 .td_module_mx1 .td-module-thumb a:last-child:before {
background: none;
}

The result you should see here -> http://screencast.com/t/EDY8Lvp4KXM

If is not what you mean, please provide your website URL so I can inspect it closer your website. Also, you can provide more details about what you want to achieve.

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.