Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #783511

    Hi,

    The title on my homepage is very small when the website is viewed on a mobile phone. I would like to have it larger, so that it is better readable. Is there any way to achieve this?

    Thanks
    Monique

    #783551

    Hey Monique,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file: 

     @media only screen and (max-width: 479px) {
       .responsive #top .slideshow_caption h2{
          font-size: 30px !important;
       }
    }

    You may edit the value of the font size to fit your preference.

    Best regards,
    Sarah

    #783711

    Hi Sarah,

    Thank you for your quick response. I have inserted the code in the quick CSS bar and changed the px value, but the title size didn’t change. Could it be that this only works in the child theme’s style.css file?

    Kind Regards,

    Monique

    #783759

    Hi Monique,

    Can you give us temporary login access into your Dashboard so we can take a closer look?

    Cheers!
    Sarah

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