• Resolved qwik3r

    (@qwik3r)


    I noticed that on a blog post the feature image is being hidden on mobile. I checked the customizer settings and I don’t see anything that would allow me to fix this.

    I did notice this css which appears to be doing it:

    
    @media (max-width: 689.98px)
    .ct-hidden-sm {
        display: none !important;
    

    Can you advise as to why this is hidden on mobile and where the settings would be for this?

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author creativethemeshq

    (@creativethemeshq)

    Hello @qwik3r,
    By default the featured image is disabled for mobile devices, but you can enable it from the Visibility option.

    Let me know if this helps you.

    Cheers.

    Thread Starter qwik3r

    (@qwik3r)

    Interesting. Where might that option be located? I may have missed it in the customizer (unless it’s elsewhere).

    thanks.

    Theme Author creativethemeshq

    (@creativethemeshq)

    @qwik3r please see the video, it shows exactly where the option is placed in the customizer — in <b>Single Posts -> Featured Image</b>.

    Please let me know if you still have any problems with this.

    How can I disable showing thumbnails of Featured Image in Related Posts

    Customizing ? Single Posts ? Related Posts doesn’t offer this option

    Thanks!

    Theme Author creativethemeshq

    (@creativethemeshq)

    @igor4wp at the moment this is not possible, but I will note this in our to-do list and hope we will be able to add this functionality when we will have more free time.

    At the moment you can hide them with some custom CSS:

    
    .ct-related-posts .ct-image-container {
    display: none !important;
    }
    

    Hope this helps.

    It does!
    Many thanks for the swift response

    Theme Author creativethemeshq

    (@creativethemeshq)

    @igor4wp you’re welcome ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Feature image hidden on mobile’ is closed to new replies.