Customizing CSS problem

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #21859
    honyo
    Participant

      I ran into some issues editing the font size of menu items.

      I’ve copied wppizza-custom.css to my child theme directory.

      I found these from a previous forum post
      .wppizza-article-info h2{font-size:10px}
      h2.wppizza-article-title{font-size:90%}

      I tried both not sure which rule worked, but the font size was reduced.

      But I can’t undo the change, I’ve removed all rules from the wppizza-custom.css file, but the font size stays small,

      Only when I delete wppizza-custom.css does the font size return to original size. I restore the file and the font size becomes small again.

      #21867
      Olly
      Admin & Mod

        i would suggest you use your browsers element inspector to find out where it comes from / which rule gets applied

        #21942
        honyo
        Participant

          I can see in the console , the element is h2 class=”wppizza-article-title”
          Is copying wppizza-custom.css to my child theme directory, the correct way to add additional css?

          #21943
          honyo
          Participant

            Thanks can ignore this one.

            Im using an extension that shows what css rules are in place, and it shows the font size rule was still in place even when deleted, I will check with my webhost.

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Customizing CSS problem’ is closed to new replies.