• Resolved etjnc

    (@etjnc)


    Is there a way to do a static image on the home page, vs. the sliders? I will be using the slider feature in future iterations, but until I get some pages built, I just want that main image static with image, title, and button.

    Right now I have Slide 1 and Slide 2 set up same to fake static.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author themevision

    (@themevision)

    Hello,@etjnc!

    Actually, that is the easiest way to have the Image, title, and button on the homepage.
    Eventually, you can add following code into Customizing->General->Additional CSS:
    to hide the arrows,camera bar and loader from the slider:

    .camera_bar,
    .camera_prev,
    .camera_next,
    .camera_loader{
        display:none;
    }

    Another way is to turn off the slider and add the image, button, and the title in the content using some page builder.

    Regards

    Thread Starter etjnc

    (@etjnc)

    much appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Static Image -Home Page’ is closed to new replies.