This topic has 9 replies, 2 voices, and was last updated 10 years ago ago by Eva Kemp
Hi,
I have no clue why but the arrows on the slider are in a funny colour : https://www.dropbox.com/s/mhnwsthtm0clmte/Ember%202.png?dl=0
As well, the 2 dots (see above screenshot), can I change the colour so it matches the theme colour scheme?
I would like to remove this strange colour on the arrows, so they look the way they should be.
Finally, how can I get rid of the “view more products” link? https://www.dropbox.com/s/4872yv3tp0gs47r/Ember%203.png?dl=0
Many thanks,
Any news on this issue?
Hello,
Please add this code into custom.css file:
.slider-container .show-all-posts {
display: none !important;
}
.owl-controls .owl-buttons div, .owl-controls .owl-page span, .owl-controls .owl-page.active span {
background: #FFF !important;
}
Regards,
Eva Kemp.
Hi,
Thanks, however I wanted to change the colour of the 3 dots (that are no invisible cause they are white), and have the arrows white/transparent (and they are, so thats fine).
On the Legenda theme demo, the arrows are not overlapping the photos but on my site they are. Why that? Can we place the arrows beside the content instead of on?
Thanks,
Hello,
To change the color of “3 dots” under the slider add this code in custom.css file:
.owl-controls .owl-page span, .owl-controls .owl-page.active span {
background: red !important;
}
And this code for the slider arrows:
.boxed .slider-container .owl-next {
right: -60px !important;
}
.boxed .slider-container .owl-prev {
left: -73px !important;
}
Regards,
Eva Kemp.
HI Eva,
Thanks.
How can I remove those arrows, but leaving the “frame” around?
As well, they seem low and not centred to the products.
Finally, the products on the slider, they have some-kind of border all around but not at the bottom. Could we remove the frame all together?
Hello,
To remove the arrows add this code in custom.css:
.slider-container .owl-next:before, .slider-container .slider-next:before, .slider-container .owl-prev:before, .slider-container .slider-prev:before {
display: none;
}
To centre the frames add this code in custom.css:
.boxed .slider-container .owl-prev, .boxed .slider-container .owl-next {
margin-top: -150px;
}
To remove the border from products slider use this code:
.slide-item .product:hover {
border: none;
}
Regards,
Eva Kemp.
Hi,
This is perfect! You are a star Eva 🙂
Many thanks,
Hello,
You’re always welcome.
Regards,
Eva Kemp.
The issue related to '‘More layout issues on front page’' has been successfully resolved, and the topic is now closed for further responses