Skip to:
Content
Pages
Categories
Search
Top
Bottom

Simple CSS Erros I can’t figure out

  • @hatherley

    Participant

    Hi everyone!

    I’m having two problems regarding my Buddypress install. One is the shading on the Sign in / Sign up boarder at the top and the other one is the profile bar which extends too much. Can’t seem to find where to find the shading error on the text or where the profile bars pixels are set.

    Example: http://hasitleaked.com/forum/members/audiobinge/

    I’m using Version 1.5.1 of BuddyPress
    WP Version 3.2.1

    Any help would be awesome!

Viewing 4 replies - 1 through 4 (of 4 total)
  • @janismo

    Participant

    hi @hatherley
    do not have time to check for 100%, but:

    1. add “text-shadow: none;” to
    #wp-admin-bar .bp-login and #wp-admin-bar .bp-signup
    2. adjust margins for:
    div.item-list-tabs {
    background: none repeat scroll 0 0 #EAEAEA;
    clear: left;
    margin: 25px -19px 20px;
    overflow: hidden;
    }

    @hatherley

    Participant

    Thanks for the answer @James

    But where do I find code you’re mentioning?

    @janismo

    Participant

    in .css file of your theme

    @bollocks187

    Member

    1) install Buddypress
    2) Select to use the BP default theme.

    Now you want to tweak and or create your css top of this ? do YOU
    1) EDIT THE bp default STYLES
    2) SET UP A BASIC CHILD THEME ?

    I think 2)

    So how do you do that and what are the basic files needed ?.

    The community needs to stop being so cryptic with answers – ITS only CSS

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Simple CSS Erros I can’t figure out’ is closed to new replies.
Skip to toolbar