Hi, Is it possible to remove (or change color of) the horizontal lines on the home page (see print screen)? Thnx, Lysette
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .text-featute { background: none; } .index-fullwidth { background: none; } Thanks & Regards Pramod
Hi Pramod, Thanks! The two lines on the bottom are gone now. Is it also possible to remove the horizontal line on top of the slider? Kind Regards, Lysette
Hello, To remove that line use following css code in Custom CSS. Code: .slider-info { border-top: none; } It will resolve your issue. Thanks & Regards Yogesh Bhade