• katarsyz

    (@katarsyz)


    Hello! How to remove the site description from the header in the mobile version? I want it to be only in the desktop version.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter katarsyz

    (@katarsyz)

    /

    Akhilesh

    (@atul-rahman)

    Hi

    Thanks for contacting us.

    To hide the description on mobile devices, add the below CSS code inside the Appearance >> Customizer >> Additional CSS box.

    @media (min-width: 200px) and (max-width: 600px) {
    p.site-description {
    display: none;
    }
    }

    Let me know if you have any confusion.

    Thanks&regards

    Newsblogger support team

    Thread Starter katarsyz

    (@katarsyz)

    It works, thank you so much! And can you also tell me how to make the height of the header smaller in the mobile version?

    Hi @katarsyz,

    Thank you for reaching out to us! We’re happy to assist you in making the header height smaller.

    If possible, please share your website URL so we can review it and provide tailored assistance. Should you have further queries, feel free to email us at [email protected], and our support team will respond with a detailed solution to help you achieve your desired result.

    Best regards,
    The Newsblogger Support Team

    Hi @katarsyz

    Any update on this ?

    Did your query resolved or are you still getting issue.

    Thanks & Regards

    Newsblogger Support Team

    • This reply was modified 2 months, 3 weeks ago by Akhilesh.
    • This reply was modified 2 months, 3 weeks ago by Akhilesh.
Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.