Skip to:
Content
Pages
Categories
Search
Top
Bottom

Change color link forum : where are they?

  • @enrige

    Participant

    I installed BuddyPress 1.2. everything ok

    I would need to change the color of the links on the forum, but. css default can not seem to do

    Someone tell me where you change?

    Thanks

Viewing 8 replies - 1 through 8 (of 8 total)
  • @enrige

    Participant

    ???

    @enrige

    Participant

    ???

    @chouf1

    Participant

    As webmaster, you have to use some tools to have anwers for such basic questions.

    You can use web developer, for example. Or firebug…

    @enrige

    Participant

    Ok, but I need to know where (in which file) can I change the colors of the forum

    Thanks

    @xevo

    Participant

    The question is already answered, get firefox, install firebug add-on and see where it is.

    If we have to answer this question everytime someone can’t find a selector, we’d have no space left for the more important topics.

    @enrige

    Participant

    I have done this, but do not find it.

    Please can tell me the link on the forum? I have not found it

    @marco72

    Participant

    add this on your css child :

    #forums-search-form A
    {
    color: #F42E2E;
    }
    #forums-search-form A:hover
    {
    color: #9D0505;
    }

    @enrige

    Participant

    Ok thanks

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Change color link forum : where are they?’ is closed to new replies.
Skip to toolbar