Tagged: Buttons, Fullwidth Easy Slider, shortcode
Hi I’m trying to place a button in the caption field of the ‘full width easy slider’ in Enfold using the frame option.
http://www.k-international.com/translation/french-translation/
I’d like to avoid having the overflow frame on the button, is that possible?
Thanks in advance
Hey RichardBrooks!
There is a p tag at the very bottom of the button code. Can you see that on the editor? If not, please add this on Quick CSS or custom.css:
.caption_framed .slideshow_caption .avia-caption-content p:last-child {
display: none;
}
Regards,
Ismael
Great thanks, works a treat :)