Shopify themes, liquid, logos, and UX
Hello,
can someone write me a code, so the text in menu/footer will be just a little bit bigger? I couldnt find it anywhere in theme settings, and there is already some code involved, so i dont want to mess it up. The font and spacing remain the same.
Thank you
https://www.pickupstore.cz/
Solved! Go to the solution
This is an accepted solution.
Add this one,
.header__submenu.list-menu.motion-reduce a {
font-size: 16px !important;
}
And Save.
Result:
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Hi @radaApeta
Try this one.
/* header menu */
.list-menu.list-menu--inline span {
font-size: 20px;
}
/* fotter menu */
.footer-menu-link-sections--21794337358158__ss_footer_6_F8ayzU {
font-size: 15px;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Hello, thank you, but the code didnt work for the text that is revealing under the heading. To be exact in only worked for text withnout revealing another text. @Made4uo-Ribe
This is an accepted solution.
Add this one,
.header__submenu.list-menu.motion-reduce a {
font-size: 16px !important;
}
And Save.
Result:
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Hey @radaApeta ,
To slightly increase the text size in the menu and footer without affecting the font or spacing, you can add a custom CSS rule targeting only the font size for the menu and footer areas. Place the following CSS code in your theme's custom CSS section or in a stylesheet file. This code will increase the font size by a small amount, maintaining other styles and spacing.
/* Increase font size in the menu */
.list-menu__item span,
.footer__menu-item span {
font-size: 1.1em; /* Adjust this value as needed */
}
If I was able to help you, please don't forget to Like and mark it as the Solution!
Best Regard,
Rajat Sharma
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024