Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #275483
    Lars Lilleby Macedo
    Participant

    Hellu! Is there any possibility that the site’s title/heading only appears on the desktop version, and not on the mobil and tablet?

    http://www.steinkjeradvokatene.no

    (site’s title/heading has been removed. I would like it to appear only on desktop units)

    #275535
    Skandha
    Participant

    @steinkjerarkivet: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width: 500px) {
    	.site-branding-text {
    	    display: none;
    	}
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #275558
    Lars Lilleby Macedo
    Participant

    Yes! Thanx! 🙂

    #275559
    Skandha
    Participant

    @steinkjerarkivet: 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/adonis/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 ‘Title/Heading only at desktop?’ is closed to new replies.