i need a little help with css
remzi
✭
how can i enlarge the menu (button) texts,
what is the name of this button in css file ?
0
remzi
✭
how can i enlarge the menu (button) texts,
what is the name of this button in css file ?
Comments
You are looking for the
#Menu aselector. You can right click on an object (in Firefox, Safari, and Chrome at least) and select 'Inspect Element' to figure this out yourself next time.Welcome to the community!
here is the custom.css file,
which line should i modify in order to enlarge menu button texts..
http://simplepagee.weebly.com/
If that selector doesn't exist, you will have to put your own declaration.
#Menu a { font-size: 72px; }thanks
lol @ font-size: 72px; !!!
Pretty sure that will enlarge the button texts.
Yes indeed that will enlarge
72px is this big
yeah, it would suit nice, if you prefer minimalism in your website, but must be a little bit fade
)