WPPizza – A Restaurant Plugin for WordPress › Support › General Support › How to make items fonts smaller
- AuthorPosts
- 1 October, 2014 at 7:13 pm #5407
hello,
How i can make items fonts smaller? They look to big ….
1 October, 2014 at 7:28 pm #5408generally 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*/}
5 December, 2014 at 1:02 pm #6436I’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?5 December, 2014 at 1:03 pm #6442got a link ? i cannot guess really what’s going in on your situation
5 December, 2014 at 1:13 pm #64435 December, 2014 at 1:25 pm #6445ok,
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}
instead5 December, 2014 at 1:55 pm #6446Awesome support! That did the trick! Thank you very much! >(
4 September, 2015 at 7:23 pm #12013As 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
Holland5 September, 2015 at 12:46 am #12027if 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 though5 September, 2015 at 8:45 am #12028Hi,
i use WPPizza on kassa.tenniscentrumoldenzaal.nl. I use in WordPress the Customizr-theme.
Thnx
Siepos5 September, 2015 at 10:28 am #12029from 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/ - AuthorPosts
- The topic ‘How to make items fonts smaller’ is closed to new replies.