Efestoone Posted December 27, 2023 Share Posted December 27, 2023 Hello everyone, I've been facing difficulties in locating the correct code to adjust the font size of my navigation button without enlarging the button itself. Does anyone happen to know the correct code for addressing this issue? The "shop" text appears significantly smaller compared to the rest of my header font. Link to comment
tuanphan Posted December 29, 2023 Share Posted December 29, 2023 You can edit page (any pages) > Click Site Styles icon on top right of screen > Fonts Then click on Button on Left Side > Right Side will show correct box where you can change button text size or if you want to use custom code, add this code to Website Tools (under Not Linked) > Custom CSS a.btn { font-size: 10px !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!) Link to comment
Solution Efestoone Posted December 29, 2023 Author Solution Share Posted December 29, 2023 Thanks for the help, however my issue is that when I change the size of the text, the whole button becomes bigger. Is there anyway to only change the font size without the button increasing? 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