Hello! I would like to remove all of the text area included in the default Blackbird theme header at my website www.HustleEarnRepeat.com. How can I make the Top Right Contact Details, Contact Number, and and Home Top Right Address all blank white space? The header logo I've uploaded stretches into that area, so I would like to eliminate it if possible. Thank you!
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .header-info { display: none; } It will resolve your issue. Thanks & Regards Yogesh Bhade