Buy me a coffee

List Slideshow – Add 2 buttons

#1. You need to add 2 texts and then hyperlink them

List Slideshow Add 2 Buttons 01 Min

You will have this

List Slideshow Add 2 Buttons 02 Min

#2. Use this code to Custom CSS box

/* List slideshow 2 buttons */
.list-item-content__description p a {
    text-decoration: none;
}
.list-item-content__description p a:nth-child(1) {
    background-color: #fff;
    color: #000;
    padding: 10px 20px;
    border-radius: 10px;
    margin-right: 10px;
}
.list-item-content__description p a:nth-child(2) {
    background-color: #f1f;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
}

Result:

List Slideshow Add 2 Buttons 03 Min