Increasing Font Size In Menu Item

WPPizza – A Restaurant Plugin for WordPress Support General Support Increasing Font Size In Menu Item

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #41924
    edzeppelin
    Participant

      I am using a theme that allows me to add custom CSS code to the theme by writing the code in the theme options section. I have been able to change the menu title using the following:

      .wppizza-article-title{
      font-size: 24px !important;
      color: #9A253C;}

      But I still can’t seem to change the info/description font size of the menu item.

      I have tried these:
      .wppizza-article-info h2{font-size:10px}
      or
      .wppizza-article-info{
      color: #000000;
      font-size: 16px !important;}

      …. But none of these are working…

      Any suggestions as to what I am doing wrong?

      #41926
      Olly
      Admin & Mod

        that’s typically down to some broken/invalid css before that stops any declarations after being applied

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