Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #172662
    Schelbi
    Participant

    Hi,

    is it possible to hide the pictures (only the pictures) from the section Featured Content, Services and Team on a mobile device? https://9palacestcm[dot]com

    best regards
    Urs

    #172708
    Skandha
    Participant

    @uschelbert: Yes that is possible.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width:767px) {
    	.featured-content-section article .post-thumbnail, .services-section article .post-thumbnail, .team-section article .post-thumbnail {
    		display:none !important;
    	}	
    }

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    #172709
    Schelbi
    Participant

    Hi Skandha,

    Thank you for your great support (like always)!
    Works like charm!

    Best wishes
    Urs

    #172710
    Skandha
    Participant

    @uschelbert: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/solid-construction/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hide on mobile’ is closed to new replies.