This topic has 2 replies, 2 voices, and was last updated 10 years by GreenFeetz.

  • Author
  • #18621
     GreenFeetz
    Participant

    I am trying to change the text color in the profile-edit form of the profile groups.

    I added the following to my style.css:

    #profile-edit-form ul.button-nav li {
    color: red;
    }

    Also tried attribute font-color, but the text stays black.
    Do I have the wrong selector, or is this overwritten somewhere else?

    #18935
     Abe
    Keymaster

    Hi, You should make reference to the anchor tag like this:

    COPY CODE
    
    #profile-edit-form ul.button-nav li a {
        color: #FF0000;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #19144
     GreenFeetz
    Participant

    Thanks a lot – that did the trick!

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

The topic ‘change text color of profile groups’ is closed to new replies.

Log in with your credentials

Forgot your details?