Hello,
i want to
1) remove or hide the "footer" not the socket ;-)
2) remove or hide the < and > mark on a slideshow
3) remove or hide the "search field"
best regards from vienna,
robert
Hello,
i want to
1) remove or hide the "footer" not the socket ;-)
2) remove or hide the < and > mark on a slideshow
3) remove or hide the "search field"
best regards from vienna,
robert
Hello,
You can do these.
1.) Remove footer.
#footer {
display:none;
}
2.) Remove slideshow controls.
#top #slideshow_big .arrow_controls {
display: none;
}
3.) Remove search field.
#searchform {
display: none;
}
Regards,
Ismael
Hey Ismael; one of those slideshow options should control the appearance of the chain icon when I hover over a linked image. Do you happen to know which one of those I need to disable to stop that chain icon from showing?
Hi!
You can hide this icon with following css code:
.image_overlay_effect_inside{
display: none !important;
}
Regards,
Peter
Excellent. Thanks!
Hey,
Glad Peter could help. :)
Regards,
Ismael
Perfect! Thank You!
Best Regards,
Robert
Hey,
Glad that this was resolved. :)
Cheers,
Ismael
This topic has been closed to new replies.