WPPizza – A Restaurant Plugin for WordPress › Support › General Support › Customizing CSS problem
- AuthorPosts
- 22 September, 2016 at 4:58 pm #21859
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.
22 September, 2016 at 5:15 pm #21867i would suggest you use your browsers element inspector to find out where it comes from / which rule gets applied
25 September, 2016 at 11:32 am #21942I 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?25 September, 2016 at 11:45 am #21943Thanks 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.
- AuthorPosts
- The topic ‘Customizing CSS problem’ is closed to new replies.