Hi,
I would like to remove big image below videos & audios on HP and replace it by grey color (screenshot 1).
How could I do that ?

I also would like to change background color of "En ce moment" part of HP (screenshot 2), could you please help me to do this ?

Thanks
Carine


    carine-k
    Hi
    To remove the background image add this code in custom.css

    .home-feature {
        background: none;
    }

    The 2nd color is the Body color of the template. changing this color will impact on all parts of Homepage

    .layout-home body {
        background-color: #eee;
        color: #777;
    }

    Hi Pankaj,

    OK, so perhaps I can replace big image by another one (a color image). Could you explain me how to change it ?

    Thanks
    Carine

      carine-k
      Hi
      Add this code in custom.css and change the image path with your image

      .home-feature {
          background: #000 url(/templates/ja_muzic/images/home-bg.jpg) no-repeat bottom center;
      
      }

      Or directly change the image your image with same name and file extension here /templates/ja_muzic/images/home-bg.jpg

      Ninja locked the discussion.
      Write a Reply...
      You need to Login to view replies.