Buddypress css styles button but I want to use bootstrap classes.
-
I am adding my own profile tabs but the buddypress css is applied for buttons instead of bootstrap css from my theme.
How should I go about preventing buddypress from styling buttons? Can I change the loading order of Bootstrap vs Buddypress css?
css .buddypress .buddypress-wrap .activity-read-more a, .buddypress .buddypress-wrap .comment-reply-link, .buddypress .buddypress-wrap .generic-button a, .buddypress .buddypress-wrap a.bp-title-button, .buddypress .buddypress-wrap a.button, .buddypress .buddypress-wrap button, .buddypress .buddypress-wrap input[type=button], .buddypress .buddypress-wrap input[type=reset], .buddypress .buddypress-wrap input[type=submit], .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a {
Buddypress Version: 4.3.0
Buddypress Theme: Nouveau
WP Theme: Child of IT Company theme which includes Bootstrap.Example HTML button with bootstrap class.
html <button class="btn btn-primary" type="button" id="btnMyButton">My Button</button>
Kind regards,
Liam
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.