Shape 5

Joomla Templates => Business Line - Club => : wycowboy January 12, 2018, 08:29:57 AM



: bottom step boxes
: wycowboy January 12, 2018, 08:29:57 AM
I am trying to update the image in the black box  (center box) for the module name Bottom Step Boxes

I cannot find the image that is displayed in the middle of the colored boxes. I want to replace the image on box 2. I have search everywhere but the white house for this crazy image and I cannot find it anywhere.

any suggestions or should I contact FBI :)


: Re: bottom step boxes
: mikek January 16, 2018, 09:03:11 AM
Hello,

That images is defined in the editor.css file:

.steps_boxes_picture {
    background: url(../images/s5_bottom_steps_box.jpg) no-repeat top center;
        background-size: auto auto;
    background-size: cover;
}

To update the image you just need to over-write:

images/s5_bottom_steps_box.jpg

With your own image.


: Re: bottom step boxes
: wycowboy January 16, 2018, 01:55:13 PM
got it... thxs