Hello : ) Is it possible to completely remove the site navigation line below the main menu? See attached image for reference. Thank you in advance for your help!
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .content-info { display: none; } This will solve your issue.