Hi there
Is there a way to change the border colour of the button in my home page slider please?
Thanks
Hey Picante,
Add the following to quick css:
.slideshow_align_caption .avia-button.avia-color-dark{
border-color:red!important;
}
Adjust the color to what you want.
Best regards,
Jordan Shannon
Brilliant – thank you! Can I change the size of the font in the button too?
Many thanks
Hi,
Simply add the font-size declaration to what I already gave you. See the following:
.slideshow_align_caption .avia-button.avia-color-dark{
border-color:red!important;
font-size:5px!important;
}
Adjust accordingly
Best regards,
Jordan Shannon