I am using a theme that allows me to add custom CSS code to the theme by writing the code in the theme options section. I have been able to change the menu title using the following:
.wppizza-article-title{
font-size: 24px !important;
color: #9A253C;}
But I still can’t seem to change the info/description font size of the menu item.
I have tried these:
.wppizza-article-info h2{font-size:10px}
or
.wppizza-article-info{
color: #000000;
font-size: 16px !important;}
…. But none of these are working…
Any suggestions as to what I am doing wrong?