• Resolved fpats

    (@fpats)


    Hi, in plugin description it says that writing CSS can also be used.
    I wanted to give a few words a class and use a custom font. Is this possible? If so do you have an example or instructions?

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @fpats,

    First, add your custom font with the plugin. Then you can add a CSS class to your text like –

    <span class=”custom-font-words”>Some text here </span>

    Then write a CSS on the respective class like –

    .custom-font-words{
    font-family: your-custom-font-family ;
    }

    ~ Anjali

    Can you give a specific/working example?

    Are you calling, i.e. in my case an uploaded .ttf file, or simply the font name?

    • This reply was modified 5 years, 8 months ago by reelism.
    Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hi @reelism,

    I am not sure if I completely understood your query. Can you please open up a support ticket and elaborate more about this. It will help greatly.

    Regards,
    Anjali

    Better to have it here, simply need an exact working CSS example.

    Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hi @reelism
    Just to let you know that this plugin currently works with the following theme and plugin:-

    Astra Theme
    Beaver Builder Theme
    Beaver Builder Plugin
    Elementor Page Builder

    Further, here is the documentation that will help you know more about this plugin.

    I am sure you will get to know how it works.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘CSS’ is closed to new replies.