Change the font type on the dashboard (store-manager)

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Viewing 2 reply threads
  • Author
    Posts
    • #134813
      Guigs
      Participant

      Hello,
      Is there a way to change the font type of the dashboard inner text ?
      This text : https://i.ibb.co/6gHyxGk/Capture.png

      Thank you, and I hope that you are doing fine in spite of the cyclone, all the best of luck!

    • #135312

      Hello,

      It totally depends on theme’s font-family.
      You can change font type,family,weight using some css –
      Example –

      p.wcfm_title strong, span.wcfm_title strong {
          font-style: normal !important;
          font-weight: 400!important;
      }

      Thanks.

    • #135343
      Guigs
      Participant

      Hello, I placed the code on the CSS area of my WP Bakery store manager page, and it worked. Thanks a lot!

Viewing 2 reply threads
  • You must be logged in to reply to this topic.