Hello, First off, thank you gents for your support. I am happy with the website, I uploading, however, for the mobile version, my menu bar is blocked out with white. I am sure in my coding I have somehow managed to alter it, please help to fix. www.ahui.co
Hello, Paste the code given below in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .mobile_nav { color: black!important; } .mobile_nav { background-color: #dcbd44 !important; } This will solve your issue.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .it_mobile_menu li a { color: red!important; }