Hi,
Please Share a URL where you are using accordion plugin shortcode.
Thanks
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 7 years, 3 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 !
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 7 years, 2 months ago by
joshi2409.
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