Hi, i want to display one post at the top of my page (in this case under the ‘Projects’ header). The ‘slide’ element gives me the look i’m after, when set to display 1 post, but i now need to remove the navigation arrows, is this possible?
http://www.dynamicevents.org/test/
Thanks
Hi,
Yes you can, using custom css in Theme Panel > Custom Css. Please try this code if you want to apply this on on that page – http://screencast.com/t/m8Buto292Z
.page-id-4954 .td-theme-slider:hover .td-icon-left, .page-id-4954 .td-theme-slider:hover .td-icon-right {
opacity: 0 !important;;
}
.page-id-4954 .td-slider {
cursor: pointer !important;
}
Thanks!
Hi,
i’ve been updating my site today, it’s now positioned here…
unfortunately the CSS code you gave me to hide the navigation arrows on the ‘slide’ element has stopped working.
Can you advise?
Thanks
Sorry, i put an extra ‘w’ in the URL
Sorry, this seems to have removed the navigation from the revolution slider rather than the navigation on the slide element (project) which is what i was after.
Thanks
