Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] fixing the buddypress lists fields


  • giuseppe23
    Participant

    @giuseppe23

    Hi I use buddypress 2.0.1 on localhost and i am making a new theme everything is going well but I need only a small css help you can see the images below to undestand me better.
    profile search filed on the sidebar.
    null

    Profile edit section

    New blog post on profile

    So all my forms are like this included the register page everything can you help me how to fix this problem?thankyou

Viewing 6 replies - 1 through 6 (of 6 total)

  • @mercime
    Keymaster

    @mercime

    @giuseppe23 The following should help you:
    https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Forms/Styling_HTML_forms

    Style Web Forms Using CSS


    or Google “styling forms” e.g. to get so much more styling tips


    giuseppe23
    Participant

    @giuseppe23

    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


    @mercime
    Keymaster

    @mercime

    @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


    giuseppe23
    Participant

    @giuseppe23

    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.


    @mercime
    Keymaster

    @mercime

    @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.


    giuseppe23
    Participant

    @giuseppe23

    thanks for your support it was another css conflict on my theme stylesheet file was an item-list of my homepage thankyou verym,uch

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Resolved] fixing the buddypress lists fields’ is closed to new replies.
Skip to toolbar