-
-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Icons only for quick links #327
Comments
A good trick to find the best CSS selector is to use the element inspector, select the element you want, and copy the highest selector you see in the devtools: Which means this is the CSS: #linkblocks.large li.block span {
display: none;
} |
I was wondering how we could hide titles for all styles without adding another full option, but I don't know how. It is going to stay CSS only for now ! |
Thanks for the tip. I'm not too adept at CSS coding.
|
This selector is not bad, it would have worked if it wasn't for |
Looking for a bit of CSS help… My attempts to scale down the menu result in it either not being the full length of the page or skewing everything out of proportion. Could you please provide me with some CSS coding assistance, to reduce the size of the settings menu? |
That's tricky, most of the sizes in the menu are in I think it would be easier to zoom out the page, and change the interface font size how you want it. |
I've done exactly as you suggested. There's no problem using it how you say, thanks. |
It would be good to have the choice to show only icons without text.
I can delete the text for all icons, but it then is not easy to revert back to having the names shown.
{I tried tinkering with the CSS editor but couldn't make this work}
The text was updated successfully, but these errors were encountered: