[ad_1]
Plugin Author
Steven
(@shazahm1hotmailcom)
Custom CSS can be applied to change the styling. Here’s an example:
#cn-gridder .cn-gridder-detail-link {
border: 1px solid #FFF;
border-radius: 8px;
display: inline-block;
font-size: 16px;
font-weight: 900;
padding: 8px 12px 6px;
position: relative;
left: 100%;
transform: translateX(-100%);
vertical-align: baseline;
line-height: normal;
}Add the CSS to the theme’s custom CSS area in the Customizer.
I hope this helps!
