This topic has 5 replies, 2 voices, and was last updated 9 years by clarksvilleoutloud.

  • Author
  • #59520

    First and foremost, awesome idea with that “suggested topics” list.

    Unfortunately through that list and through at least page 48 of the forum I did not run into this topic/solution.

    I can’t find a way to edit the color of the

    1. input areas for any form values on the page. i.e password reset. (color is same as bg so the field is invisible.) I’d like maybe just to add a small border and white font to solve.

    2. Link colors. I’ve gone through theme options, styling to no avail.

    3. that show less button color.

    all addressed issues are highlighted in red.

    thank you in advance.

    Attachments:
    You must be logged in to view attached files.
    #59562
    This reply has been set as private.
    #59616
     Radu
    Moderator

    Hello,

    Can you provide complete credentials ?

    admin and that password doesn’t work.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #59634
    This reply has been set as private.
    #59840
     Radu
    Moderator

    I added this css

    COPY CODE
    
    .buddypress div#item-header .toggle-header .bp-toggle-less, .buddypress div#item-header .toggle-header .bp-toggle-more {
    	
    	background:transparent;
    	  border: 1px solid yellow;
    }
    
    .buddypress.bp-header-small .profile-cover-action a.button, .bp-header-small:not(.is-user-profile) #buddypress a.button {
    	
    
    	background:transparent;
    	  border: 1px solid yellow !important;
    }
    
    .buddypress.bp-header-small div#item-header .toggle-header .bp-toggle-less, .buddypress.bp-header-small div#item-header .toggle-header .bp-toggle-more {
    		  border: 1px solid yellow !important;
    
    	
    }
    
    .buddypress div#item-header .toggle-header .bp-toggle-less:hover, .buddypress div#item-header .toggle-header .bp-toggle-more:hover {
    
        background-color:#444 !important;
        color:#FFF !important;
    }
    
    .main-color #buddypress a.button:hover {
        background-color:#444 !important;
        color:#FFF !important;
    
    }
    
    #item-body .item-list-tabs ul li a {
    	
    	color:#eee !important;
    }
    

    http://clarksvilleoutloud.com/members/clarksvilleoutloud/

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #59862

    Perfect. Thank You.

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

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?