Group Mods

  • Profile picture of @mercime
  • Profile picture of r-a-y
  • Profile picture of Hugo

[resolved] BP-Default 1.5.1 (3 posts)

Started 6 months ago by: James

  • Profile picture of James James said 6 months ago:

    in updated bp-dafault css for

    “button,
    a.button,
    input[type=submit],
    input[type=button],
    input[type=reset],
    ul.button-nav li a,
    div.generic-button a,
    .comment-reply-link”

    has lots of different background positions.

    Could anyone please tell how should I add background:none; to all these positions from my child theme now (it looks like all is still working in Chrome, but not in IE) ?

    Edit: as example, issue is that in any other place, where you have input[type=submit] with custom background, IE still pushes background from bp-default.

  • Profile picture of Xevo Xevo said 6 months ago:

    You could always use !important to force css, but its not real pretty.

  • Profile picture of James James said 6 months ago:

    Edit: issue was in “filter” position in bp-default;