Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter poesch

    (@poesch)

    Another question; is it possible to change the font of the interactive banner?

    Plugin Author Nenad Obradovic

    (@nenad-obradovic)

    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
    Thread Starter poesch

    (@poesch)

    Thanks. Do I put the custom CSS code in ‘Custom CSS Class’ in the ‘banner settings’? Cos if I put it there, nothing happens….
    I want to use courier new.

    Thread Starter poesch

    (@poesch)

    And how can I use courier new in ‘custom font’?

    Plugin Author Nenad Obradovic

    (@nenad-obradovic)

    Hi poesch,

    No, you can paste custom css code into Dashboard panel -> Appearance -> Customize -> Custom CSS field.

    Maybe this link will helps you to see how to implement that font https://allfont.net/download/courier-new/

    For Custom Font shortcode just fill Courier New inside Font Family option

    Best regards,
    Nenad

    Thread Starter poesch

    (@poesch)

    Thanks. And how do I add an image as background to ‘custom font’?

    What do I fill in, in custom CSS if I want courier new as font for the interactive banner?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘add background to custom font’ is closed to new replies.