Slider image with out slider effect

Posted in: Newsmag
Post count: 79

I want to use the slider image as a main photo on my site and dont want the slider effects to show up ( arrow left and rigt when mouse over) how can i do that or is there an other way.

see http://www.eemskrant.nl/site

Ore if posible i want a row of blocks with optien image on the left side and the other row image on the right side

Post count: 7909

Hi,

Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/bdTL9iLUykP

.home .td_normal_slide .td-icon-left, .home .td_normal_slide .td-icon-right {
display: none;
}

This code it will apply only on homepage.

Please provide more details about your second issue as I’m not sure what you mean also if you can provide an example.

Thanks!

Post count: 79

Look on http://www.eemskrant.nl Image blocks left right left.

Or the optien One block image on the left other block on the right

Post count: 7909

Hi,

Unfortunately theme doesn’t have a block like that, you will need custom work to achieve that. You can try to this via custom css – http://screencast.com/t/qkAV0a6CMg9r

.home .td_block_11 .td-block-span12:nth-child(2n) .td_module_10 .td-module-thumb {
float: right !important;
}
.home .td_block_11 .td-block-span12:nth-child(2n) .td_module_10 .item-details {
margin-left: 10px;
}
.home .td_block_11 .td-block-span12:nth-child(2n) .td_module_10 .item-details .td-module-comments {
float: left;
}

Please note that this is an example for Block11 for homepage, you can try to do the same for another block that you use. If you don’t have basic css/html experience I suggest to hire a freelancer to make this for you as for the moment we cannot provide custom work, sorry!

Hope this helps!

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