In Superfly, is there a way that I can change the size of the button text? Thanks in advance
Hi there,
Thanks for writing in! You can customize the Superfly Button via Superfly Menu Settings > Button and change the size and text of the button. Also see http://superfly.looks-awesome.com/docs/Customize/Customize_Menu_Button
Hope this helps!
HI! thanks for the answer, I was looking in the settings of the menu button, but I just can`t find where I can change the size of the text below the button. I’m sorry if I didn´t explained well.
If you could see in my site I want to use a smaller font where it says “MENU”.
Where can I change it?
Hi there,
You will have to add some custom CSS to change the font size.
Please try this code in the Global CSS:
.sfm-navicon-button:after {
font-size: 16px;
}
You can find more info on how to check for CSS selectors here.
Then information about writing your custom CSS here.
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.