Landing page images

  • Author
    Posts
  • #68427

    In the landing page of my site I have 4 text areas that use a featured image for the background. These use to just scale to fit, I had the entire width of the background image. I’m not sure what happened, but I have to change the color of the font from dark gray back to a light grey and each imaged appears to be zoomed in. Now you see an enlarged small piece of each of the photos. I can not figure out how to change it back to save my life.

    Website: unreal.clasit.org

    #72095

    I had your same problem.
    I solved it by customise the theme, in “additional CSS” add the following:

    .lp-text {
        background-size: cover;
    }

    Website: www.skytale.it

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Landing page images’ is closed to new replies.