Is there a category slider function? I would like to add the categories on my frontpage not the products. I haven’t found one yet.
Thanks
Carla
I found another poster with the same issue. They used the content slider to solve the problem. I just wish I could center the titles and make the font a little bigger.
Hey!
Send us a link to your page where your using the content slider so we can get a better idea of what your trying to do. If your trying to make the titles and fonts bigger then we can give you some CSS if we can see what your using.
Regards,
Elliott
Hey!
Looks like you figured out how to add the title. Use this on the Quick CSS field to enlarge it:
.avia-content-slider .slide-entry-title {
font-size: 20px;
line-height: 1.4em;
margin: 0;
}
Regards,
Ismael
Thank you! I also added text-align: center; to center the text.