Only recently Picked up that my header was missing my navigation and login/register Buttons, www.deluxecoffeeworks.co.za has Shopify updated something to cause this and how can I solve?
@GrantBrowning - not sure i0f it is due to shopi0fy update or theme update, but please add this css to the very end of your theme.scss file and check
somehow class to hide header content has been added to the navigation and other header content
.header-bottom .col-menu, .header-bottom .nav-bar{display: flex !important;}
#topbar .col-right{display: flex !important;}
#topbar .header--acount {display: flex !important;}
thanks so much for the reply just want to check though mine is a theme.css.liquid would that have an impact?
@GrantBrowning - add in that only
