-
Author
Tagged: color, background color, profile menu
-
March 8, 2016 at 18:30 #109265RaduModerator
Hi,
I see that the white color from profile you have solved right ?
For the profile menu background use this css
COPY CODE#buddypress div#item-header .profile-cover-inner,#buddypress div#item-nav, #item-header.profile-cover-inner { background:none; background-color: red !important; }
Cheers
Radu
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 22:48 #109341Groubee2ParticipantHi @Radu
Thanks a lot! Yes the menu is now change!!
But the Profile is still white on every second row? See attach image.
After I have change the background color – there is a wide right border (2px), see my attached image. Is it possible to make it 1px?
I really appreciate your help
Tonny
Attachments:
You must be logged in to view attached files.March 9, 2016 at 15:37 #109465RaduModeratorHi,
The border has 1px only, try this css is more lite the border now
COPY CODE@media only screen and (min-width: 768px) { #item-header-wrap { border-right: 1px solid #586571; width: 250px !important; } }
For the profile details bg use this
COPY CODEtable.profile-fields tr td { background-color: #23314E !important; } You'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 9, 2016 at 15:51 #109473Groubee2ParticipantHi @Radu
Thanks a lot – works great!
I have 3 more issues – If you look at this page: http://wellshigh.serv09.powerhosting.dk/members/tptestb3uger/
1. There is a lot om white space on the right side – how can I change the color from white to blue?
2. Also under the profile menu in the middle – how can I change the black color in the bottom of the profile menu?
3. How can I change the text color inside the white box? – now you cant see the text because it is all white.
See attached image
I am looking forward to hear from you 🙂
TonnyAttachments:
You must be logged in to view attached files.March 9, 2016 at 19:09 #109549RaduModeratorHi Tonny,
The css here :
COPY CODE#buddypress div#message.info p { color: #333; } body { background: #333; } div#item-header-wrap { background: red !important; }
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 ‘Theme options & Demo content’ is closed to new topics and replies.