css modification

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 1 reply thread
  • Author
    Posts
    • #24596
      sion
      Guest

      Hello,

      I’d like to modify Dashboard css.

      But whenever I tried to add custom css on wordpress, it doesn’t work.

      Ex) I don’t want to display ‘wcfm_orders_menu’ so I tried,

      ul.wcfm_orders_menus{
      display : none;
      }

      But it is still there.

      I even tried to modify a css file which corresponds to it but failed.

      How can I modify css?

    • #24629
      WCFM Forum
      Member

      Hi,

      Thanks for get in touch with us.

      Frankly, it’s very simple to modify any dashboard CSS from child theme’s style.css

      Just be sure, you are writing CSS for the item.

      Your CSS for hiding Orders menu is not write.

      It should be –

      #wcfm_menu .wcfm_menu_wcfm-orders {
      display: none;
      }

      Well, I have a suggestion for you. Don’t use CSS for hiding something in dashboard, filters are there for the purpose.

      Please know me if you required any other assistance on this.

      Thank You

Viewing 1 reply thread
  • The topic ‘css modification’ is closed to new replies.