• Resolved rish30990

    (@rish30990)


    First of all excellent plugin and whenever I need any accordion then I use only this plugin. But one thing that pisses me every time is, it’s fixed font families. I mean why this plugin can’t take fontfamily of my theme. Why this plugin has to use his own font family. I always has to put custom css to change fontfamily as per my theme. Please provide an option in which we can use our theme’s font familly instead of plugin’s provided list of font family.

    No one want accordion font will be shown differ than whole site’s font. It is really irritating. Please, I don’t want to put fontfamily css every time when I use this plugin. Please provide any solution of this so that I don’t have to put css every time I use this plugin.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi,

    Please Share a URL where you are using accordion plugin shortcode.

    Thanks

    Thread Starter rish30990

    (@rish30990)

    Hi @joshi2409

    Thanks for the reply. Since we can’t delete the url from wordpress forum later, so I can’t share it. Besides on that url I already added custom css to change font family as per my theme. So what you wanna see in that url since You will only see my custom css which is overriding plugin’s font family.

    The thing I just want is, an option in admin where we can disable all font family list provided by plugins. I mean, stopping plugin from adding font family css property so that it can take font family property from my theme’s css file.

    But worse part is, font family css property is being added by plugin even with “!important”. I mean why? Why this plugin developer want us to use font family only from his provided list of font family? Why he is not providing option to disable font family in admin section? It’s frustrating..

    • This reply was modified 5 years, 10 months ago by rish30990.

    Hi ,

    please let me know which font-family you want to use in our plugin so that we can provide you solution accordingly by applying that font-family .

    Thanks !

    Thread Starter rish30990

    (@rish30990)

    Hi,

    There is no fix font family. In every project I mostly use different font family. It is not like I uses same font family in every project. So font family may differ from project to project.

    It would be best (if possible) that plugin don’t add font family css so that by default it will pick theme’s font family on its own. If there is option in admin (where we choose font family) some like “default font family”, in which by selecting that option plugin don’t add font family css property, this way theme’s font family will be applied.

    Hi,

    Put This Custom Css Where to change font family

    .wpsm_panel-body{
    font-family: “Open Sans”, sans-serif !important;
    }

    Open Sans”, sans-serif : remove this font family and paste your font family here.

    Thanks

    • This reply was modified 5 years, 10 months ago by joshi2409.
    Thread Starter rish30990

    (@rish30990)

    Hi,

    I am already aware of how to change font family with css. As I already told in my prev. comments that I always use css to change font family. My question wasn’t that “how to change font family”. My question was more like suggestion to your development team (for more convenient of users like me).

    The thing is, I don’t want to add custom css of font family everytime when i use this plugin. For example, in other accordion plugins OR in any other plugin, I don’t need to add custom font family css, then why here I to add? It’s obvious that accordion section will have same font family as other section’s. My suggestion is that don’t force users to choose your provide list of font family if they don’t want to… Why I need to add font family css since other plugins I don’t need to do such thing. I hope you are getting my point.

    Hi @rish30990,
    Thanks for your precious Suggestion (use theme’s font family), We Would Implement It in next Update Version.

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Why we can’t use theme’s font family?’ is closed to new replies.