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 #2392579
Cant see authors name in first featured post in the blog.
Closed

Comments

  •  1
    black_n_white_boxes started the conversation

    In Mobile display i want to see name of author as well i have marked where i can't using a blue pen, kindly help me show that as well.

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    @media only screen and (max-width: 767px){
    .overlay-header-box .overlay-author {
        display: block;
    }
    }
    

    Best Regards,

    PenciDesign

  •  1
    black_n_white_boxes replied

    Thanks it worked!