-
Author
-
September 29, 2015 at 18:15 #79882polatboParticipant
I’m trying to make the border around each forum post a little more obvious. How could i make them bold and/or increase thickness.
Thanks for such a wonderful theme.
September 29, 2015 at 18:56 #79896RaduModeratorHi,
Can you provide a link and a screenshot that pointing where do you want to make the text bolder ?
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 30, 2015 at 19:36 #80148RaduModeratorHi,
Please add this css to wp-admin -> Theme Options -> General Settings -> Quick CSS
COPY CODE#bbpress-forums .hentry div.bbp-reply-content, #bbpress-forums .hentry div.bbp-topic-content {border: 2px solid #e5e5e5;}
You can change value of 2 px with your desired value, also you can replace this color (#e5e5e5) which is light gray with dark or dark gray like #888
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 30, 2015 at 01:32 #95655polatboParticipantAnother request please on the same line. How could I add a custom CSS entry to also increase the border/color of the separators within the FORUM LIST and then the TOPIC list?
Appreciate your help.
December 30, 2015 at 17:09 #95711RaduModeratorHi,
Regarding the border/color i see that you have solved, right ?:d
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 4, 2016 at 15:40 #96158polatboParticipantHi Radu,
For the forum post the CSS you provided works great. But it does not impact at all the FORUM LIST or the TOPIC list borders. Is that something you could provide?
Thanks.
January 4, 2016 at 19:02 #96209RaduModeratorHi,
In what pages the border is not applying ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 6, 2016 at 16:26 #96650RaduModeratorHi,
Add this css
COPY CODE#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic { border: 3px solid #ffa500 !important; border-bottom: 0 !important; } #bbpress-forums li.bbp-body ul.forum:last-child, #bbpress-forums li.bbp-body ul.topic:last-child { border: 3px solid #ffa500 !important; }
Let me know
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.