How do I adjust font in the Food description?

Support Area Forums Moonrise How do I adjust font in the Food description?

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://
  • Author
    Posts
  • #27577
    Ana Fernandez
    Participant

    I’d like to make it larger…thanks!

    #27578
    Ana Fernandez
    Participant

    (The excerpt section, to clarify)

    #27584
    Bill Robbins
    Moderator

    Hello Ana,

    You can change the font size there. Here’s how to do that:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      .menu-list p,
      .food-item p {
      	font-size: 18px;
      }
      
    3. Just change the 18px there to the size you’d like to have.
    4. Update your settings.

    That should do it. If you run into trouble, let me know.

    Thanks,
    Bill

    #27593
    Bill Robbins
    Moderator

    You can make the letters pink. Just adjust the snippet above a bit so it’s like this:

    
    .menu-list p,
    .food-item p {
    	font-size: 18px;
    	color: #ff69b4;
    }
    

    and that should do it.

    Bill

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How do I adjust font in the Food description?’ is closed to new replies.