Jonesluke25 Posted September 9 Share Posted September 9 Hi @tuanphan, I want to have the instagram icon in the header section in mobile view. I have it in the header of the desktop view, however when it goes to mobile the hamburger appears and the instagram link sits within it. (I have no other pages, so have no need for a hamburger menu, and would like this to be replaced by the instagram icon as per desktop view) Is there and easy way to do this. Also, I don't have premium, so cannot add header coding. https://orca-cow-mrnw.squarespace.com/ Thanks, Luke Link to comment
tuanphan Posted September 13 Share Posted September 13 Add this to Website > Website Tools > Custom CSS @media screen and (max-width:991px) { .header-display-desktop { display: flex !important; } .header-display-mobile { display: none; } .header-burger { display: none; } .header-nav { display: flex !important; } .showOnDesktop .header-actions-action.header-actions-action--cart { display: none; } .header-actions.header-actions--right, .header-actions-action.header-actions-action--social { display: flex !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment