hi,
thanks for using Designer button plugin.
please tell me in detail how you want buttons to appear in the post.
regards,
PRALI
Hi,
thanks for the quick answer! Here you can see how the Button in displayed for me: https://img4.picload.org/image/rldrwcaw/unbenannt.jpg
You can see that the border of the button is cut at the bottom. And that is the Problem. I want to see the button with a complete black border around it.
Hi,
First you try to find below css code in your site.
.imgc_slider #slider77 {
border-color: aqua;
border-width: 3px;
text-transform: uppercase;
list-style: none;
outline: none;
}
.thumb_image{
position: absolute;
width: 100%;
height: 100%;
top: 0;
left:0;
}
.entry-content a{
border-bottom: none !important;
}
.play-button-slider{
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.youtube-icon { position: absolute;
background:url(http://jens-attenberger.de/wp-content/plugins/slider-image/images/play.youtube.png) center center no-repeat;background-size:14%;}
Just remove below code from above css code.
.entry-content a{
border-bottom: none !important;
}
still if you face same issue please let me know.
Regards,
PRALI