derricksrandomviews Posted January 14, 2021 Share Posted January 14, 2021 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 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; } } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, 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 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%) } } 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.