5 Answers, 1 is accepted
In order to keep the description box always visible you should add the following CSS.
.rigDescriptionBox {
display
:
block
!important
;
opacity:
1
!important
;
}
Regards,
Viktor Tachev
Telerik

Hi Stefan,
Please, make the suggested by Viktor selector a little more heavier (specific) and see what the result will be:
div.RadImageGallery .rigDescriptionBox {
display: block !important;
opacity: 1 !important;
}
For further customizations, you can follow the suggestions in the first two points of the Improve Your Debugging Skills with Chrome DevTools blog post.
Regards,
Vessy
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Thank you very much, it works.
Hi,
You are welcome, Stefan, I am glad my reply was helpful for you!
Regards,
Vessy
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.