Skip to content
Public Ticket #9806

Featured Image on Recipe Card

Conversation thread

PenciDesign replied

Staff Reply

Hi,

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

10moya started the conversation

Conversation Start

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;

}

Want to join this conversation or access attachments? Sign in first.