emma_HCBA Posted February 3, 2021 Share Posted February 3, 2021 Site URL: https://www.hastingscity.co.nz/ Hello I have added a Burger Menu to our website and I'm not sure how to further customise it using CSS only (version 7.1 sqsp). I really need some help if possible please! Question 1: Does anyone know the code to add, so the text will right-align? Question 2: Is it possible to add Headers with clickable links underneath i.e. category header then the sub-menu items? If so, what is the CSS pleeeease, have tried so many ways and nothing works. Also if those headers can be colour customised? Like image attached but for DESKTOP Question 3: Does anyone know the code to change the background of the pop-out burger menu so is white font on a coloured background? Link to comment
tuanphan Posted February 5, 2021 Share Posted February 5, 2021 Q1. Q3. Add to Design > custom CSS @media screen and (min-width:992px) { .header-menu-nav-folder-content * { text-align: right !important; } .header-menu-bg.theme-bg--primary { background: red !important; } .header-menu-nav-folder-content * { color: white !important; } } emma_HCBA 1 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