BuddyBoss Home – Web › Support Forums › Themes › BuddyBoss theme › Editing buddyboss.css
Tagged: activity stream header, buddyboss.css
- This topic has 8 replies, 3 contibutors, and was last updated 9 years, 2 months ago by Anonymous.
Question
September 2, 2015 at 11:39 pm #45638@ericreynoldsI wanted a light border to display below an activity header in my activity stream. I attempted to add the following css to my custom.css. It worked fine using my browser developer CSS tools, but it didn’t work when I saved the additions. I discovered that I had to add my custom css to the buddyboss.css file in the parent theme. Is there a way that I can get my results without having to add it to the parent theme buddyboss.css?
Here’s the code I added to custom.css and buddyboss.css. The attachment shows the border.
#buddypress .activity-list .activity-content .activity-header, #buddypress .activity-list .activity-content .comment-header { border-bottom: 1px solid #ddd; }
Answers
September 3, 2015 at 1:21 am #45656@
AnonymousHi @ericreynolds, please include them to custom.css with !important
#buddypress .activity-list .activity-content .activity-header, #buddypress .activity-list .activity-content .comment-header { border-bottom: 1px solid #ddd !important; }
Regards
Varun DubeySeptember 3, 2015 at 1:39 am #45659@ericreynoldsThank you Varun. But that did not work. 🙁
September 7, 2015 at 6:57 am #45861@alyssa-buddyboss
AlyssaParticipant@ericreynolds please make sure your edits are made in section 1.0 of custom.css in your child theme and NOT within the example code:
/* .just_an_example { color: black; } */
Anything between
/*
and*/
will NOT be executed.September 7, 2015 at 12:15 pm #45881@ericreynoldsThanks TJ. However, all of my custom css falls below the header comments. 🙂 Eric
September 8, 2015 at 12:40 pm #45957@
AnonymousHi @ericreynolds,
Please send me your login details , i will check them.
Regards
Varun DubeySeptember 11, 2015 at 3:33 am #46161@
AnonymousHi @ericreynolds
I have added a new plugin simple css, you can easily add any futher css there without editing any theme files
wp-admin/themes.php?page=simple-custom-css.php
Regards
Varun DubeySeptember 11, 2015 at 7:56 am #46170@ericreynoldsThank you Varun. Should I move my custom css from the custom.css file? 🙂 Eric
September 11, 2015 at 12:58 pm #46183@
Anonymousyes , you can keep all custom work at single place.
I will close this topic, please feel free to create new topics for any further issues
Regards
Varun Dubey
- The question ‘Editing buddyboss.css’ is closed to new replies.