Hi, I would like to hide the slider descriptions on Infoway. Can this be done? Thanks in advance. Kenny
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .showcase-thumbnail-content p { display: none; } This will solve your issue.