• Hello. As this thread , I’d like resize image in the home page on smartphone. I added this:
    .moni {
    background-size: cover;
    background-attachment: fixed;
    }
    in style.css but not works because in the code I see the sheet with version (the code I see: <link rel=”stylesheet” id=”onetone-main-css” href=”https://www.mattiabarbieri.com/w/wp-content/themes/onetone/style.css?ver=1.7.5” type=”text/css” media=”all”> )

    How can I update with new instructions? (I hope that you can understand my bed english…)
    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Please add this css in stylesheet.

    section.home-section-1 {
        background-size: cover;
        background-attachment: fixed;
    }

    thank you

    Thread Starter supervale

    (@supervale)

    Hello codemovement, thanks. I added the code in style.css but seems doesn’t work ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Update stylesheet’ is closed to new replies.