Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2183394
Featured Image on Recipe Card
Closed

Comments

  • 10moya started the conversation

    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;

    }


  •  2,699
    PenciDesign replied

    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