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 #1576264
Mobile Slider Text
Closed

Comments

  • NeilB4TheKing started the conversation

    Is it possible to add the post CATEGORY under (or above) the post title on the HOME page slider on mobile phone similar to how it appears for larger mobile devices (e.g. iPads)

  • NeilB4TheKing replied

    see attached image

  •  2,699
    PenciDesign replied

    Hi,

    Unfortunately, currently this theme doesn't support this feature.

    A tip for you: You should replace the custom CSS code from:

    @media only screen and (max-width: 770px){
    .penci-custom-excerpt {
        margin-top: 0;
        font-size: 12px;
        color: #313131;
    } }

    To:

    @media only screen and (min-width: 770px){
    .penci-custom-excerpt {
        margin-top: 15px;
        font-size: 12px;
        color: #313131;    
    }
    }


    For get best display results on the slider


    Best Regards,

    PenciDesign