BobInAustin Posted October 22 Share Posted October 22 Greetings All 😀 I just did a soft launch, next week begins the full launch. First, the problems. On mobile, my logo icon is broken (works fine on desktop and notepad), and my mobile menu is unreadable (as seen in the screenshot). How to fix the icon on mobile, and how to get the font to turn to black? Styling. How do I get that font a wee bigger and one weight up? I would like to a full width banner above the header on all pages to promote my substack which I launch, formally, in about a week. Is that possible? If so, how? You are all gods and your help and time are greatly appreciated. Thanks, Bobby Link to the site: https://creatorstruenorth.com/ Link to comment
tuanphan Posted October 24 Share Posted October 24 With logo You try edit Header > Upload a logo here Mobile Menu Link Color I remember header will inherit style of First Section, so you can try edit First section > Check theme color Or add this to Website Tools (under Not Linked) > Custom CSS  /* Mobile menu item color */ div.container.header-menu-nav-item * { color: black !important; } Fullwidth banner You can edit each page > Add it Or you want to find another faster way to do this for all pages? 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
BobInAustin Posted October 24 Author Share Posted October 24 (edited) Hey @tuanphan that solved all the problems. I didn't know there was a separate mobile logo upload, so that's on me, and the nav is now all black lettering. HUGE thank you! My last question is, on the slide out mobile nav, the vertical space. Is there code that will increase the vertical space between the links by 10%? I also noticed the shopping cart the X to exit the mobile nav are yellow and barely visible. How to make those black? You time and support always mean the world to me. Many thanks. Edited October 24 by BobInAustin more issues Link to comment
Solution tuanphan Posted October 26 Solution Share Posted October 26 With space between mobile menu links, you can use this CSS code /* Mobile menu links space */ .header-menu-nav-item a { margin-top: 4.9vw !important; margin-bottom: 4.9vw !important; } With burger/cart icon use this CSS code /* Overlay Menu Open - Burger - Cart */ body.header--menu-open span.Cart-inner { color: black !important; } body.header--menu-open .burger-inner>div { background-color: black !important; }  BobInAustin 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
BobInAustin Posted October 26 Author Share Posted October 26 Thanks, @tuanphan I appreciate the help. tuanphan 1 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