Skip to:
Content
Pages
Categories
Search
Top
Bottom

Editing profile header


  • iommidesigns
    Participant

    @iommidesigns

    Hello,

    I am getting some unwanted ul > li tags in my members profile pages above “Profile” & “View”. Ive tried hiding them via css but they remove globally within the entire site. Tried finding them in the buddylist core files but no luck. Can someone help me out?

    link to profile page:

    http://kesslerneighborsunited.org/members/admin/

    Thanks.

Viewing 1 replies (of 1 total)

  • danbp
    Moderator

    @danbp

    Right click and select view page source code is enough to find html tags. No need to search in BP’s files. The solution is to use the appropriate id & class. Try to add this CSS to your child-theme styles.css file.

    #item-nav #object-nav ul,
    #item-body #subnav ul {
       list-style-type: none!important;
    }
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar