i need a little help with css

remziremzi
edited April 2013 in Vanilla 2.0 - 2.8

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 a selector. 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! :D

  • remziremzi
    edited April 2013

    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; !!!

  • hgtonighthgtonight MVP
    edited April 2013

    @vrijvlinder said:
    lol @ font-size: 72px; !!!

    Pretty sure that will enlarge the button texts. ;)

  • edited April 2013

    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 :))

Sign In or Register to comment.