• I’m having issues with the front page post widget. When I view on various mobile devices, the titles are showing in white, overlapping the photos. This is not an issue on a computer. Please help me find a way to remove them.

    https://www.upcyclesociety.nl

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author OptimizerWP

    (@layerthemes)

    Hi

    Do you want to the change the post title color on mobile or completely remove them?

    Thanks

    Thread Starter jojoy86

    (@jojoy86)

    Hi,

    I would prefer to remove the post title on mobile.

    Thanks!

    Theme Author OptimizerWP

    (@layerthemes)

    Hi

    Insert this in Custom CSS

    @media all and (max-width:480px){
    .post h2.postitle{
        display:none;
    }
    }

    Thanks

    Thread Starter jojoy86

    (@jojoy86)

    Hi

    That seemed to work, however is there a way to take the post titles off but still keep the link on the photos to the posts? The links don’t work anymore.

    Theme Author OptimizerWP

    (@layerthemes)

    @jojoy86 Since you are using the PRO version, can you please get in touch with us through this page:
    https://layerthemes.com/contact/

    Thanks

    Hi,
    I think it’s the same issue with my post widget, not only on the front page.
    As soon as I view it on mobile devices, the post titles are shown permanently and it is really hard to read them on colorful pictures.
    The desktop version has this animation with the zoom and the appearing background layer, which does not work on mobile devices (?).
    Is there any possibility to show this animation or maybe only the background layer on mobile devices?
    Regards

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Mobile responsiveness issue: front page post widget’ is closed to new replies.