Menu Item and Price Font Size

Support Area Forums Bottega Menu Item and Price Font Size

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://
  • Author
    Posts
  • #27735
    Fil DeStefano
    Participant

    How do I alter the size of the menu Item font and price? Seems way to big.
    Thanks!

    #27736
    Bill Robbins
    Moderator

    Hello Fil,

    You can change those. Here’s how:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      .menu-description h3 {
      	font-size: 20px;
      }
      
      .menu-price {
      	font-size: 20px;
      }
      
      .menu-description p {
      	font-size: 14px;
      }
      

      The first one there is for the title of the menu item. The second one is for the price and the last is for the description. You can change the font size in each of those to fit your needs.

    3. Update your settings.

    If you run into trouble, let me know.

    Have a great weekend,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Menu Item and Price Font Size’ is closed to new replies.