Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #64021
    Ilaria Mora
    Participant
    Premium Member

    Hi,

    The mobile version does not reflect the changes made to the headings’ font size: they remain too big and look awful 🙁

    Can you please help me? Thanks!

    #64024
    vako
    Keymaster
    WP Royal Team

    Hi Ilaria,

     

    Actually, theme has no controls for the mobile styles, but we can create CSS snippets especially for you.

    Please share direct link to the page where the issue appears and please describe in more detail what kind of changes you want to add, we will do our best.

     

    Kind Regards

    #64026
    Ilaria Mora
    Participant
    Premium Member
    This reply has been marked as private.
    #64038
    vako
    Keymaster
    WP Royal Team

    Hi Ilaria,

     

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

    @media screen and (max-width: 880px) {
    
    .post-title {
    
    font-size: 20px;
    
    }
    
    }

     

    Kind Regards

    #64042
    Ilaria Mora
    Participant
    Premium Member
    This reply has been marked as private.
    #64043
    vako
    Keymaster
    WP Royal Team

    Hi Ilaria,

     

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section and replace previous shared snippet with this one:

    @media screen and (max-width: 880px) {
    .post-title {
    font-size: 20px;
    line-height: 20px;
    }
    }

     

    Kind Regards

    #64047
    Ilaria Mora
    Participant
    Premium Member
    This reply has been marked as private.
    #64071
    vako
    Keymaster
    WP Royal Team

    Hi Ilaria,

     

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

    In order to assist we need to check your website from the back end, please install this 3rd party plugin “Temporary Login Without Password Plugin” which allows us to access your dashboard without sharing access details.

    To better understand how the plugin works, please watch the video guide below: https://www.youtube.com/watch?v=EMu0e78OpJo

    Please make sure to mark your reply as private to hide it from the public.

     

    Kind Regards

    #64073
    Ilaria Mora
    Participant
    Premium Member
    This reply has been marked as private.
    #64101
    vako
    Keymaster
    WP Royal Team

    Hi Ilaria,

     

    Done, please check and let us know if you need any further help.

     

    Kind Regards

    #64103
    Ilaria Mora
    Participant
    Premium Member
    This reply has been marked as private.
    #64119
    vako
    Keymaster
    WP Royal Team

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

     

    Kind Regards

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