How Can i make font smaller of the itmens?

WPPizza – A Restaurant Plugin for WordPress Support General Support How Can i make font smaller of the itmens?

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #28413
    Amila Gedara
    Participant

      hello I found the discussion going on to make the font smaller but, I am confused where can I do that I saw this 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

      please help me to make my fonts smaller of the items

      our uRL is here

      http://pembinaspizzajoint.ca/

      #28414
      Olly
      Admin & Mod

        use your browsers element inspector to find out what the element is you are targeting (and associated classes)

        #28425
        Amila Gedara
        Participant

          I didn’t get you . but I need to make font smaller of the menu items those are too big please have a look http://pembinaspizzajoint.ca/our-menu/pizza/ (ex “Create your own” )

          #28439
          Olly
          Admin & Mod
            This reply has been marked as private.
            #28440
            Olly
            Admin & Mod
              #28514
              Amila Gedara
              Participant

                hello Olley

                I found these code in wppizza/css/wppizza-default.source.css

                .wppizza-article-info{}
                .wppizza-article-info h2,.wppizza-article-info h3{display:inline;padding-bottom:0;margin:0}
                .wppizza-article-additives{font-size:60%;margin:0 5px}
                .wppizza-article-additives:before{content:’*’}

                so if i change .wppizza-article-info h2 in 2nd line to .wppizza-article-info h2{font-size:10px} will i work ???

                #28516
                Olly
                Admin & Mod

                  do not CHANGE core files/things, ADD things , overwriting styles

                  did you read this ?
                  https://www.wp-pizza.com/topic/customising-the-css/

                  #28518
                  Olly
                  Admin & Mod

                    i really strongly suggest you use your element inspector to find out what is what

                    i can see that your site has some – supposedly – “security” feature that does not allow to view the page source etc. so your element inspector will not work

                    However, I can assure you that this does not stop anyone from viewing the source (and what’s so secret about your html source code anyway) and just makes it a little bit more inconvenient (especially for you if you want to use the element inspector)

                    #28586
                    Amila Gedara
                    Participant
                      This reply has been marked as private.
                      #28587
                      Olly
                      Admin & Mod

                        ok, let me get back to you tomorrow, it’s kind of late here.
                        it isn’t really about being a programmer, but finding out how your theme does things (or not as the case may be)

                        >also if you look at the menu items are not margin properly …
                        if you have lots of menu sizes (so to speak) for one item – i.e your dips there – you are really better off to use the responsive layout (wppizza -> layout : style) as the title will then always be on top and the prices after. otherwsie it will never line up as there is simply not enough space

                        #28601
                        Olly
                        Admin & Mod

                          i believe you are using the x theme
                          may i recommend this link
                          https://www.youtube.com/watch?v=6_UP8odX9rw
                          where – at about 4:25 – it tells you quite clearly how to add your own css

                          ( i would in fact suggest you watch the whole video as it will tell you a lot of other useful things )

                          #28605
                          Amila Gedara
                          Participant

                            Thanks for the guiding me to responsive layout it works. looking in to the other issues now, but i got a big code issue . i created a new ticket for that. its very important and high priority please have a look in to it

                            #28673
                            Amila Gedara
                            Participant

                              Hello Olly I will check this and let your know

                            Viewing 13 posts - 1 through 13 (of 13 total)
                            • The topic ‘How Can i make font smaller of the itmens?’ is closed to new replies.