Me again!
I was possible to remove the slider dots or change them to arrows? or change the colour? can this be actioned on both Mobile and Desktop.
Thank you in advance
the-botanical-factory.myshopify.com
crudah
Me again!
I was possible to remove the slider dots or change them to arrows? or change the colour? can this be actioned on both Mobile and Desktop.
Thank you in advance
the-botanical-factory.myshopify.com
crudah
You can add the following code at the bottom of your assets/theme.css file.
To change the dots colors.
#section-slideshow .flickity-page-dots {
color: red !important;
}
To remove dots.
#section-slideshow .flickity-page-dots {
display: none;
}
Hope this helps.
Thanks!
This is amazing, thank you once again.
Please share your store URL.
https://ziketech.myshopify.com/ Password: ihawnu
Please add the following code at the bottom of your assets/theme.css file.
#section-collection-list .CollectionItem__Link:hover {
background: #fd4513 !important;
}
Hope this works.
Thanks!
Please add the following code.
#section-slideshow .Button:hover{
background: #fd4513 !important;
}
Hope this works.
It works. Thank you so much
Is this a menu dropdown?
I checked your store. It is already white color.
I think you fixed this, right?
Sorry, I tried to fix it but failed. Would you help me change it now?
Yes, I’d like to change the dropmenu background to the white(#ffffff)
Please add the following code at the bottom of your assets/theme.css file.
@media screen and (min-width: 641px){
.MegaMenu{ background: #fff !important; }
.MegaMenu a.Link.Link--secondary { color: #000 !important; }
}
Hope this works.
Thanks!
We make the background white and the hover color is black therefore when you hover it stay the same color black. Do you want to change it?
Yes,I’d like to change the dropdown menu from current black to Orange(#fd4513)
Please add the following code at the bottom of your assets/theme.css file.
@media screen and (min-width: 641px){
.MegaMenu a.Link.Link--secondary:hover {
color: #FD4513 !important;
}
}
Thanks. It works!!!
@dmwwebartisan how would you add in the arrows to change the slide on the Prestige theme?