Hot WordPress Themes › Support Forum › WordPress Themes › Ecommerce › changing text size of eCommerce top nav buttons
Greetings,
Where do I go and how do I change the size of the top Nav buttons (text)?
Thank you,
Look in template_css.css:
#nav a { display: block; padding: 0px 8px; margin: 0; text-decoration: none; font-family: “Lucida Sans Unicode”, “Lucida Grande”, sans-serif; font-size: 17px; text-transform: uppercase; }