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 #3042829
featured image
Closed

Comments

  • lklevenhagen started the conversation

    I´m using "Post-Featured Image Overlay" on my post pages. On mobile devices the images get bugged. You can check it out visiting the related url on mobile version. 


    Best Regards

  •  2,489
    PenciDesign replied

    Hi,

    For this case, please send me your site login credential in a PRIVATE reply. I'll log in and help you config it correctly.

    Regards,
    PenciDesign.


  •   lklevenhagen replied privately
  •  2,489
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    @media only screen and (max-width: 767px) {
        .pcsb-ft-o .penci-move-title-above:after {
            display: none;
        }
    }

    Regards,
    PenciDesign.