Homepage slideshow changes (Venture Theme)

Hi,

I would like to make the following changes to my current homepage slideshow:

  1. Move the ‘Just Landed’ text to the top left of the image.
  2. Move the ‘Purchase Now’ button lower, so it does not overlap the image in the slideshow.
  3. Remove the slideshows directional buttons < , > etc.

I’ve edited an image below to explain the above points:

Website: www.pillarstore.co.uk

Password: Password

Many thanks!

@BG10

yes please try this code

.hero-content__controls {
    justify-content: end;
}
.hero-content__controls-item--count, .hero-content__controls-item--arrow, .hero-content__controls-item--pause, ul.hero-content-navigation {
display: none;
}

Hi Ketan,

Thanks for the code, that’s removed the buttons on the slideshow successfully.

Are you able to help with the other two points at all?

  • Moving the ‘Purchase Now’ button down so it doesn’t overlap the image

  • Moving the ‘Just Landed’ text to the top left as in the previous image I shared

Many thanks!