2 issues on homepage

Posted in: Newspaper
Post count: 50

Hi,

from homepage I would like:

1) remove the margin
2) remove the arrow left/right

Please check my screenshot and my page: interfans.org

Thanks

screen: https://snag.gy/wP9ndx.jpg

Post count: 23312

Hello interfans,

Try to use the code below and place it in Theme panel -> Custom CSS area.

.td-icon-left, .td-icon-right{
display:none!important;
}
.td-theme-slider.iosSlider-col-2{
margin-top:0;
}

The result is here -> https://www.screencast.com/t/38szcZG2CB

Thanks.

Post count: 50

Thank you but it gives me an error on the use of !
https://snag.gy/j4LNZK.jpg

Post count: 23312

Hi,

It’s okay! That warning appears when you use the !important tag.

Thanks.

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