This is a migrated thread and some comments may be shown as answers.

Hide description and image count

1 Answer 68 Views
LightBox
This is a migrated thread and some comments may be shown as answers.
Tomica
Top achievements
Rank 2
Tomica asked on 11 Mar 2014, 07:15 PM
I would like to hide the description area, including the image count display.

All I want to show is contents of the ItemTemplate.

1 Answer, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 12 Mar 2014, 04:13 AM
Hi Tomica,

Please try the following CSS to hide the description block of RadLightBox.

CSS:
<style type="text/css">
    .rltbDescriptionBox
    {
        display: none !important;
    }
</style>

Thanks,
Shinu.
Tags
LightBox
Asked by
Tomica
Top achievements
Rank 2
Answers by
Shinu
Top achievements
Rank 2
Share this question
or