• Resolved fatimaa

    (@fatimaa)


    Hi Kharis,

    My website is running smoothly with Sydney theme but there are some issues with mobile version. The slider text is too big on mobile version and i am unable to change its size kindly help me resolve the issue.+

    Regards

    Fatima

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @fatimaa,

    Thank you for reaching out to us.

    You can set custom size for the slide’s title with this simple CSS code:

    @media only screen and (max-width: 680px) {
      .sydney-hero-area .slide-inner .maintitle {
        font-size: 16px;
      }
    }

    Add it to Appearance > Customize > Additional CSS from dashboard.

    Thread Starter fatimaa

    (@fatimaa)

    Thank you so much Kharis the code worked perfectly. I marked the problem as resolved

    Regards
    Fatima

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Unable to change slider text size’ is closed to new replies.