Skip to:
Content
Pages
Categories
Search
Top
Bottom

with plugin style conflict


  • wellp
    Participant

    @wellp

    I have style problem using wcfm plugin.(multi vendor)
    Only on dashboard on wcfm dashboard, i see this style showing up.
    Could you please provide me a css style code to hide this on top of the dashboard??

    View post on imgur.com

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)

  • clickallco
    Participant

    @clickallco

    This isn’t really a Buddypress issue, you’ll find more help on the WCFM plugin support site.

    Otherwise you could right click the element with your mouse, find the class name of it and then attribute it display:none!important in your style.css. Here’s an example of what it would look like:

    .classname {
      display:none!important
    }

    wellp
    Participant

    @wellp

    ok thnaks

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar