Change "Google Calendar" and "ICS" link to button

To change Google Calendar and ICS link.

to buttons, like this.

You can use this code to Custom CSS box.

If code doesn’t work, you can comment below, message or email me.

li.eventlist-meta-export a {
    background-color: #000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50px;
    margin-top: 10px;
    display: inline-block;
}

1 Like