Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #974814

    Hi there

    Is there a way to change the border colour of the button in my home page slider please?

    Thanks

    #974853

    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

    #974864

    Brilliant – thank you! Can I change the size of the font in the button too?

    Many thanks

    #974867

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.