Tagged: background color, borders, columns, post slider
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!
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
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!
Hey!
Unfortunately that feature is not available at the moment, feel free to request it here.
Best regards,
Josue
OK thanks for your help!