How to make items fonts smaller

WPPizza – A Restaurant Plugin for WordPress Support General Support How to make items fonts smaller

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #5407
    samoscy
    Participant

      hello,

      How i can make items fonts smaller? They look to big ….

      #5408
      Olly
      Admin & Mod

        generally speaking, your theme controls the size of the item title (on the h2 tag)

        practically speaking, you could override this on the item titles particularly with plain css declarations.i.e something like

        .wppizza-article-title{/*put your desired font size here*/}

        #6436
        svanis
        Participant

          I’m trying to do this but it doesn’t work.
          I’ve copied wppizza-custom.css to my themes folder and added `.wppizza-article-title{
          font-size: 10px}`
          Still looks the same. What am I missing?

          #6442
          Olly
          Admin & Mod

            got a link ? i cannot guess really what’s going in on your situation

            #6443
            svanis
            Participant
              #6445
              Olly
              Admin & Mod

                ok,

                two options (either will work)

                a) change
                .wppizza-article-title{font-size: 10px}
                to
                .wppizza-article-title{font-size: 10px !important}

                or

                b) do
                .wppizza-article-info h2{font-size:10px}
                instead

                #6446
                svanis
                Participant

                  Awesome support! That did the trick! Thank you very much! >(

                  #12013
                  siepos
                  Participant

                    As new WPPizza user i’m surprised by the possibility’s of the plugin. Great.
                    But i woud like te article font a bit smaller. The above given sollution dosn’t work. I’ve placed the code in the child of the theme but without any result. My question: where do i place the code?

                    Thnx for an answer.
                    Siepos
                    Holland

                    #12027
                    Olly
                    Admin & Mod

                      if you give me a link to your site , i can investigate and advise a bit more in detail.
                      generally though, it needs to be but in some css declaration / stylesheet somewhere. kind of depends on your theme where exactly though

                      #12028
                      siepos
                      Participant

                        Hi,

                        i use WPPizza on kassa.tenniscentrumoldenzaal.nl. I use in WordPress the Customizr-theme.

                        Thnx
                        Siepos

                        #12029
                        Olly
                        Admin & Mod

                          from what o can see, your theme allows you to add css inline somewhere from th eadmin.

                          just add

                          h2.wppizza-article-title{font-size:90%}

                          there and it works just fine from what i can see (and any of the above css suggestions wpould also seem to do the trick)

                          the following might also be worth a read
                          https://www.wp-pizza.com/topic/customising-the-css/

                        Viewing 11 posts - 1 through 11 (of 11 total)
                        • The topic ‘How to make items fonts smaller’ is closed to new replies.