Remove shadows for block 14

Posted in: Newspaper
Post count: 24

Hi,

We have block 14 at the bottom of our page: https://www.lettogsunn.no/bestill-clorogen-na/

As you see there are some strange grey shadows to the right of every post: Can this be removed?

Thanks!

Post count: 23312

Hello lettogsunn,

Please notice that it was a design element and if you want to get rid out of this, you will have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Cusotm CSS area.

The code is ->

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

The result -> http://screencast.com/t/HinoHy2zB7

Thanks.

Post count: 23312

Hello lettogsunn,

Please notice that it was a design element and if you want to get rid out of this, you will have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Cusotm CSS area.

The code is ->

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

The result -> http://screencast.com/t/HinoHy2zB7

Thanks.

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