Hi poesch,
1. Yes, you can fill some custom CSS class name inside shortcode options and after that just add custom CSS code to set background for it. Example if you fill my-custom-font class name, then custom CSS code will be
.evc-custom-font.my-custom-font {
background-color: #ff0000;
}
2. Yes, you can do that with custom CSS code. Example code for that case
.evc-interactive-banner .evc-ib-title {
font-family: 'Poppins',sans-serif;
font-size: 20px;
line-height: 1.3em;
}
Best regards,
Nenad
-
This reply was modified 4 years, 10 months ago by Nenad Obradovic. Reason: change response