I have another question, How I modify the position on mobile version?
thanks
Hi,
We will be adding this feature in upcoming versions.
For now please use custom media query CSS.
@media ( max-width: 575px ) {
#adfy__woofc-trigger {
right: 20px; /* Example: 20px from right */
bottom: 20px; /* Example: 20px from bottom */
}
}
I hope you know to paste this CSS style.
Badge colour nice find. Looks like the option is missing. Adding this to the list too.
#adfy__woofc-trigger:hover .badge {
color: white;
background-color: #f44336;
}
This is how you can change the badge color.
Thank you for your reply! I will try to add this!
Kink regards,
Eva
Should I add this code on the Customiser – Additional Css ?