Comments 10moya started the conversationOctober 14, 2019 at 7:24amHi,Ihave some questions.1.I can't see "Featured Image on Recipe Card " on my mobile display.How to display it?2,I'd like to add some design to only my single post page headings. what kind of custom css should I add? this is the css I'm trying to add.h2 { padding: 0.01em 0.5em 0.01em 0.5em; color: #494949; background: #fffaf4; border-left: solid 5px #ffaf58; } 2,700PenciDesign repliedOctober 14, 2019 at 8:03amHi,1/ You can add more this code to Customize > Custom CSS to show it: @media only screen and (max-width: 479px){ .penci-recipe-thumb { display: block; width: 70px; } } 2/ Please use: body.single .post-entry h2{ padding: 0.01em 0.5em 0.01em 0.5em; color: #494949; background: #fffaf4; border-left: solid 5px #ffaf58; }Best Regards,PenciDesign Sign in to reply ...
Hi,
Ihave some questions.
1.
I can't see "Featured Image on Recipe Card " on my mobile display.How to display it?
2,
I'd like to add some design to only my single post page headings. what kind of custom css should I add?
this is the css I'm trying to add.
h2 {
padding: 0.01em 0.5em 0.01em 0.5em;
color: #494949;
background: #fffaf4;
border-left: solid 5px #ffaf58;
}
Hi,
1/ You can add more this code to Customize > Custom CSS to show it:
2/ Please use:
Best Regards,
PenciDesign