BuddyBoss Home – Web › Support Forums › Themes › OneSocial theme › Activity Feed Styling – background color
Tagged: activity feed styling
- This topic has 12 replies, 2 contibutors, and was last updated 8 years, 7 months ago by Anve S..
Question
March 31, 2016 at 5:57 pm #66374@costyclanI would like to change activity feed styling to have white background as it shows on Mobile?
See attached screenshots comparing desktop to mobile.Answers
April 1, 2016 at 12:42 am #66414@anveHi @costyclan,
Try adding following css in child theme custom css option.
@media screen and (min-width:481px){
body.activity #buddypress .activity .activity-content {
background-color: #fff;
}
body.activity #buddypress .activity .activity-content .activity-header, body.activity #buddypress .activity .activity-content .activity-inner {
padding: 7px;
}
}Regards
AnveApril 1, 2016 at 6:16 pm #66549@costyclanperfect. thank you
April 1, 2016 at 6:18 pm #66550@costyclan@anve could I also have code to make update area background white also as per mobile styling (see attached screenshot)
April 1, 2016 at 11:51 pm #66568@anveHi @costyclan ,
Try following css and apply in custom css code of child theme.
@media screen and (min-width:481px){ .activity #whats-new-form { background-color: #fff; } .activity #item-body .item-list-tabs { background-color: #fff; padding: 4px 0 !important; } .activity .buddypress-content #item-nav #object-nav { background-color: #fff!important; } }
Regards
AnveApril 4, 2016 at 5:21 am #66754April 4, 2016 at 5:28 am #66755@anveHI @costyclan ,
The css does not seem to be applied .Please try uploading through simple custom css plugin.
Regards
AnveApril 4, 2016 at 5:40 am #66756@costyclanthank you @anve, I added code and got it working but decided against changing color in the end.
April 4, 2016 at 5:47 am #66759@anveApril 20, 2016 at 6:13 am #69025@costyclan@anve I have a couple of issues with update area and media area (i use rtmedia plugin) where the background is white and should be #f9f7f6
see attachedApril 21, 2016 at 12:30 am #69102@anveHi @costyclan,
Please remove the following code from custom.css file , that is interfering with the styling.
.rtmedia-container { background: #fff !important; padding: 3% 0 !important; }
Regards
AnveApril 21, 2016 at 4:35 am #69130April 21, 2016 at 4:38 am #69131@anveHi @costyclan,
Great 🙂 , I’ll close this topic now . Please create a new for any further questions.
Regards
Anve
- The question ‘Activity Feed Styling – background color’ is closed to new replies.