Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #68682
    User
    Participant
    Premium Member

    I only want to show the website title in the mobile version, without the subtitle, otherwise the header will slip. How can I change this? Thanks!

    #68684
    vako
    Keymaster
    WP Royal Team

    HI,

     

    At first, sorry for the late reply, we had holidays.

    Can you please describe the issue you have in more detail? Please share a direct link to the page where the issue appears and for more clarifications, please share screenshots of the issue.

     

    Kind Regards

    #68685
    User
    Participant
    Premium Member
    This reply has been marked as private.
    #68688
    vako
    Keymaster
    WP Royal Team

    Hi,

     

    For sure, we need your website URL, please share and we will send a custom CSS snippet o to hide mentioned section on mobile screens.

     

    Kind Regards

    #68690
    User
    Participant
    Premium Member
    This reply has been marked as private.
    #68693
    vako
    Keymaster
    WP Royal Team

    Hi,

     

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

    @media screen and (max-width: 979px) {
    
    .site-description {
    
    display: none !important;
    
    }
    
    }

     

    Kind Regards

    #68695
    User
    Participant
    Premium Member
    This reply has been marked as private.
    #68696
    vako
    Keymaster
    WP Royal Team

    Feel free to contact us at any time, we are more than happy to help.

     

    Kind Regards

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.