-
Author
Tagged: background, forum, color
-
March 8, 2016 at 02:57 #109142Groubee2Participant
Hi
How can I change the forum background color? every second row is white? and I cant see where I can change that color?
See attachment
Best regards
Tonny
Attachments:
You must be logged in to view attached files.March 8, 2016 at 17:12 #109246RaduModeratorHi,
Provide an account to can see the page please
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 8, 2016 at 18:41 #109268RaduModeratorHi,
Use this css
COPY CODE#bbpress-forums .bbp-topics .bbp-body ul.odd { background: rgba(74, 95, 138, 0.5); } #bbpress-forums .bbp-topics .bbp-body ul.even { background: #3B4B6B; }
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 9, 2016 at 15:40 #109466RaduModeratorHi again,
Use this
COPY CODE#bbpress-forums ul.bbp-topics { border: 1px solid #586571; } #bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic { border-top: 1px solid #586571; }
You’re welcome Tony
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 9, 2016 at 19:29 #109560RaduModeratorYou’re welcome
Have a nice week
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 10, 2016 at 18:08 #109800RaduModeratorHi again,
Use this
COPY CODE#bbpress-forums div.even, #bbpress-forums ul.even { background: red !important; }
Replace red with your desired color
Cheers
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 11, 2016 at 17:22 #109973RaduModeratorYou’re welcome
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
Viewing 12 posts - 1 through 12 (of 12 total)
The forum ‘Theme options & Demo content’ is closed to new topics and replies.