Skip to:
Content
Pages
Categories
Search
Top
Bottom

I do not see login or register links on top black bar


  • michaellanfield
    Participant

    @michaellanfield

    Hello. I have installed BuddyPress, but on an android phone with Opera and Firefox Focus I do not see the links Register or Login on the top black bar. My friend has an iPhone and same thing with him. It did show on desktop computer awhile ago. Help. Thanks.

    ThoseCrazyVegans.net

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

  • joost-abrahams
    Participant

    @joost-abrahams

    Try this css code

    /* wp-admin bar */
    @media screen and (max-width: 782px) {
    	#wpadminbar li#wp-admin-bar-bp-login a, #wpadminbar li#wp-admin-bar-bp-register a {
    		padding: 0 8px;
    	}
    }
    
    @media screen and (max-width: 782px) {
    	#wpadminbar li#wp-admin-bar-bp-login, #wpadminbar li#wp-admin-bar-bp-register {
    		display: block;
    	}
    }
    

    michaellanfield
    Participant

    @michaellanfield

    Hi I tried that code on the X theme, custom > global css doesn’t work still.


    michaellanfield
    Participant

    @michaellanfield

    Ok I fixed it in another area you can add additional CSS code. Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar