emma_HCBA Posted February 3, 2021 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?
tuanphan Posted February 5, 2021 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; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.