I would like to completely remove the logo from just the front page of the theme. If that is not possible then remove it entirely. Thanks for the help.
Hello, Paste the code given below in Custom CSS section to hide logo from front page. (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .header_wrapper.subMenu.smint #logo { display: none; } It will resolve your issue. Thanks & Regards Yogesh Bhade