derricksrandomviews Posted January 14, 2021 Share Posted January 14, 2021 (edited) Site URL: https://www.christinegregoryphotography.com/ I would like to enlarge the word Menu for the mobile view of my Wexley built sites. I know this will take some code, due to the only mobile tweak that Wexley has is mobile drop down menu background color. I have tried to write code for this without success. I did not damage the site, but couldn't make the change either. It is a small thing but I think it would enhance the mobile look of the sites. Here is one of them. Christine Gregory Photography Edited January 14, 2021 by derricksrandomviews Beyondspace 1 Link to comment
Beyondspace Posted January 15, 2021 Share Posted January 15, 2021 5 hours ago, derricksrandomviews said: Site URL: https://www.christinegregoryphotography.com/ I would like to enlarge the word Menu for the mobile view of my Wexley built sites. I know this will take some code, due to the only mobile tweak that Wexley has is mobile drop down menu background color. I have tried to write code for this without success. I did not damage the site, but couldn't make the change either. It is a small thing but I think it would enhance the mobile look of the sites. Here is one of them. Christine Gregory Photography Do you want the menu text to bigger? @media only screen and (max-width: 768px) { #mobileMenuLink a { font-size: 24px !important; } } tuanphan and derricksrandomviews 2 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
derricksrandomviews Posted January 15, 2021 Author Share Posted January 15, 2021 (edited) Mr Bankgank36 you are quite good at this . That worked and I was able to change the color using a snippet of some of your other code: @media only screen and (max-width: 768px) { #mobileMenuLink a { font-size: 30px !important; color: hsl(0, 10%, 0%) } } Edited January 15, 2021 by derricksrandomviews Beyondspace 1 Link to comment
parentpottery Posted January 15, 2021 Share Posted January 15, 2021 Wow, this is exactly what I need too. Can you tell me where to drop this code into? I'm a complete neophyte in this arena. sarah firedearthpottery.com Link to comment
tuanphan Posted January 18, 2021 Share Posted January 18, 2021 On 1/16/2021 at 12:54 AM, parentpottery said: Wow, this is exactly what I need too. Can you tell me where to drop this code into? I'm a complete neophyte in this arena. sarah firedearthpottery.com Add to DESIGN > CUSTOM CSS 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