-
Author
-
June 21, 2014 at 22:43 #20444BoblebadParticipant
I have a had time figuring out how to put borders on the activity posts and replies.
I found the css that controls the background and gives it round corners, but when adding borders, nothing happens ?
All the best
CarstenJune 24, 2014 at 12:18 #20654CatalinModeratorHello,
Please send me links to the pages you want to modify and I will be able to provide you the fixes.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 25, 2014 at 13:03 #20835CatalinModeratorHello,
Add this code in (Sweetdate > Styling options) in the Quick css field:
COPY CODEbody.activity.bp-user #item-body .activity { border:1px solid #xxx; padding:10px; }
where the #xxx is the color code you want to add.
Let me know if this works. I am not able to do this modification because u did not provide admin rights on the user you gave me.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 25, 2014 at 20:45 #20901BoblebadParticipantThank you for your reply @Catalin
Sorry, you didn’t mention that it should be one with administration rights, the user is now and administrator.
What the code you supplied did, is make a border around all the activity content, and around the replies to the posts: http://postimg.org/image/qs2rtnted/
I’m doing it through the style.css, so i’ll delete the code and put it in the quick-css so you have it where you can play with it 🙂
June 25, 2014 at 20:47 #20905BoblebadParticipantI need the border around the white background where the text of the post is.
June 27, 2014 at 15:29 #21095CatalinModeratorHello,
Please take a look now.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 27, 2014 at 16:41 #21114BoblebadParticipantThanks @Catalin
That could be a way to do it too, i’ll remember that, but what i was looking for, was to put the border around the white background where the text is ?
June 27, 2014 at 16:42 #21115BoblebadParticipantFor others wanting to try this, this is the css for it:
——-
body.activity.bp-user #item-body .activity li.activity-item
{
border:1px solid #8e0769;
padding:10px;
margin-bottom: 10px;
}
——-June 27, 2014 at 17:39 #21119CatalinModeratorPlease take a look now.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 28, 2014 at 22:49 #21215BoblebadParticipantThanks again @Catalin
That look very much like it 🙂
But something has happened with the replies, background is now gone, and also no border there ?
June 30, 2014 at 12:09 #21252CatalinModeratorHello,
Please take a look now.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 30, 2014 at 22:23 #21325BoblebadParticipantThank you very much @Catalin 🙂
In which css files is the css located ?
For the readers of this thread, here’s the code to do the trick:
———-
body.activity.bp-user #item-body .activity li.activity-item .activity-content
{
border:1px solid #8e0769;
}div.activity-comments div.acomment-avatar img
{
margin-left: -5px !important;
}.activity-list .activity-content:before
{
border-right-color: #8e0769;
left: -35px;
}.activity #activity-stream li ul li
{
margin-bottom: 15px;
background: #f7f7f7;
padding: 10px;
border-radius: 4px;
border: 1px solid #8e0769;
}
———-Remember to change the color to your own choice.
July 1, 2014 at 14:07 #21383CatalinModeratorHello,
The css is located in Theme styling option from the theme menu. I suggest you to add this code t your style.css file from the theme child folder to prevent losing it if featured updates.
Glad to help.
Than you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.