Hi @fritzo62,
I have inspected your website and the shortcode is working fine but you need to work with the styles – https://jmp.sh/41UVzQv
You can fix it by adding the following CSS in Additional CSS Box (Dashboard > Appearance > Customize > Additional CSS)
.wpfd-single-file .wpfd-file-link {
background: red;
}
Feel free to let me know if you need any further assistance.
Regards,
Hi,
very useful, thank you.
But how do I get rid of the useless 3 lines below?
.wpfd-single-file .wpfd_previewlink {margin-top: 10px;display: block;font-weight: bold;}.wpfd-single-file .wpfd-file-link {background-color: #444444 !important;}.wpfd-single-file .wpfd-file-link {color: #ffffff !important;}.wpfd-single-file .wpfd-file-link:hover {background-color: #888888 !important;}
Thank you a lot
Andreas
Hi @fritzo62,
This is the issue with the shortcode because it is using the inline style tag is not allowed by default.
You need to edit the plugin code for this purpose.
Kindly check the following video.
https://jmp.sh/7bcG27O
Feel free to let me know if you need any further assistance.
Regards,