I would like to disable the upper left logo option on the slider since my logo is integrate into the first slider image. How can I do this? Thanks
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: div.logo.home { display: none; } This will solve your issue.