thanks for your fast response,I found some solutions for styling the forms I will style them one by one but I have one small problem with activity-stream borders wich is my last problem and I will finish my theme with this.I add border:none; to activity-stream and activity ids but it doesn change.
If you see the screenshot below you will see the border left is 2-3 pixels and I want to remove that but I couldn’t
@mercime This is my last problem wich i need to fix and I will put my site online
@giuseppe23 I can only guess at what can be done to remove the border based on image you posted alone. Check if you added borders to:
#buddypress ul#activity-stream
or #buddypress ul.actitivity-list
I dont have in my buddypress.css file #buddypress ul#activity-stream
and #buddypress ul.actitivity-list
I tried to add
#buddypress ul#activity-stream {
border-style:hidden;
}
#buddypress ul.actitivity-list {
border-style:hidden;
}
.activity {
border-style:hidden;
}
this is incredible I’m going to be crazy 🙂 I cant find anywhere I deleted all border commands on my css I tried to clear the cookies but nothing happend I have borders and only the border left is ugly I dont have problem for others.
@giuseppe23 Could be border around item-list li . Another guess is to look for box-shadow styles around what I mentioned above or something else. Sorry, can only guess.
You can copy all content of your stylesheet and paste at pastebin.com, then post the generated URL here. Better chances there than all this guessing.
thanks for your support it was another css conflict on my theme stylesheet file was an item-list of my homepage thankyou verym,uch