- Posts: 98
- Thank you received: 4
Swiper modification position
2 years 7 months ago #358935
by alainz
Swiper modification position was created by alainz
-- HikaShop version -- : 5.0.3
-- Joomla version -- : 4.4.2
I need help to modify and move the swiper button to the bottom of product carousel. Can someone help.
-- Joomla version -- : 4.4.2
I need help to modify and move the swiper button to the bottom of product carousel. Can someone help.
Please Log in or Create an account to join the conversation.
2 years 7 months ago - 2 years 7 months ago #358943
by Philip
Replied by Philip on topic Swiper modification position
Hello,
First, in case read this documentation to see how to add CSS commands.
Then you can use this type of command to force the button to be down :
By the way, on a completely different subject, your site is really beautiful.
When it is finished we would be really happy to add it to our Showcase , with your permission of course.
Regards
First, in case read this documentation to see how to add CSS commands.
Then you can use this type of command to force the button to be down :
Code:
#hikashop_carousel_parent_div_hikashop_category_information_module_503 .swiper-button-prev, #hikashop_carousel_parent_div_hikashop_category_information_module_503 .swiper-button-next {
top: var(--swiper-navigation-top-offset, 100%);
}
By the way, on a completely different subject, your site is really beautiful.
When it is finished we would be really happy to add it to our Showcase , with your permission of course.
Regards
Last edit: 2 years 7 months ago by Philip.
The following user(s) said Thank You: alainz
Please Log in or Create an account to join the conversation.
2 years 7 months ago #358968
by alainz
Replied by alainz on topic Swiper modification position
Hi Philip,
Sure, i'll let you know once we complete and publish the site.
Sure, i'll let you know once we complete and publish the site.
The following user(s) said Thank You: Philip
Please Log in or Create an account to join the conversation.
Time to create page: 0.228 seconds