BG10
1
Hi,
I would like to make the following changes to my current homepage slideshow:
- Move the ‘Just Landed’ text to the top left of the image.
- Move the ‘Purchase Now’ button lower, so it does not overlap the image in the slideshow.
- 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;
}
BG10
3
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?
Many thanks!