Hi, Some people seem to have problems reading the text in the transparant textbox in the slider. Is there a way to reduce the transparancy so that the box becomes almost white? Best regards Christina
Hello Christina, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .slide .slide-content.entry { background: rgba(255, 255, 255, 0.85); } It will resolve your issue. Thanks & Regards Yogesh Bhade