Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #314224

    Hi, I have been searching for a few days and can’t find a solution. I’d like to add simple, tasteful borders around each individual post entry in the Post Slider element, with a light grey background color.

    Thanks in advance!

    #314558

    Hey!

    Try adding this code to the Quick CSS:

    .slide-entry {
        padding: 20px;
        background: rgb(252, 252, 252);
        border: 1px solid rgb(160, 160, 160);
    }

    Cheers! 
    Josue

    #314622

    Perfect, thanks!

    One more question – In the Avia Post Slider editor, I’d like to increase the maximum amount of columns displayed from 5 to 6. How do I go about this?

    Thanks again!

    #314625

    Hey!

    Unfortunately that feature is not available at the moment, feel free to request it here.

    Best regards, 
    Josue

    #314628

    OK thanks for your help!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Adding borders and background colors to the Post Slider element’ is closed to new replies.