• Resolved alikit

    (@alikit)


    Hello and thanks for your useful plugin.

    Please let me know how it is possible to set custom font-family on all plugin texts in the theme CSS editor section. I already tried in the plugin options page (Font tab) and theme CSS editor but nothing happened.

    I already changed my whole website fonts but it is not working on your plugin!

    Second question, how is it possible to align Textarea Label?(after registering opinion +/-) to center???

    Thanks in advance

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author DAEXT

    (@daext)

    Hello alikit,

    I recommend using the options in the plugin settings. These settings applies high CSS specificity. Please make sure to:

    The textarea label is always left-aligned. On the right side there is the character counter. Custom changes should be applied with the theme CSS using high specificity selectors.

    Thread Starter alikit

    (@alikit)

    Thanks for your reply.

    I already tried the mentioned methods but it didn’t work unfortunately and it was why I asked you to give me a solution (a css code) so I can apply it through my theme CSS editor.

    I’m using a plugin to change my dashboard and whole website fonts but it doesn’t apply to your plugin fonts even when I set it in your plugin option in ‘ ‘.

    Thanks in advance.

    Plugin Author DAEXT

    (@daext)

    Hello alikit,

    if you can share the URL of a page with the “Was this helpful?” feedback form we can inspect it and provide you more details.

    Thread Starter alikit

    (@alikit)

    Hello,

    Because it is a little private and we prefer to not publicize it here, is it possible to kindly guide without providing the link from our side please?

    Thanks and regards.

    Plugin Author DAEXT

    (@daext)

    Hello alikit,

    sure. If with the options you can style the form based on your needs you can use custom CSS.

    For this just make sure to create CSS rules with high specificity to overwrite the plugin rules. (E.g. Use multiple selectors and the !important attribute)

    See: https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity

    For the font family add the font family by including for example the tag provided by Google font or by your font provider.

    See for example the implementation here:

    https://fonts.google.com/specimen/Roboto

    Thread Starter alikit

    (@alikit)

    Hello

    Thanks, it is done by putting the link of the desired font in your plugin options and then clear cache.

    Thanks for your support and regards.

    Plugin Author DAEXT

    (@daext)

    Thank you for the update. I’m closing the thread.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Set custom font-family on all plugin texts’ is closed to new replies.