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

    Hi,
    I need the quick css to make the h1 font size smaller just mobile devices and the same for the colour section background images, size smaller for mobile devices only. Thanks

    #693533

    Hey endanight,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help.

    Best regards,
    Jordan

    #693713

    this is the link:

    #693726

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 480px) {
    h1 {
        font-size: 24px!important;
    }}

    Best regards,
    Yigit

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