• Is it possible to change the colour of 1 specific category and its forums independently (without changing the other ones)?

    The page I need help with: [log in to see the link]

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Robin W

    (@robin-w)

    apologies for the delay in replying – bit of a backlog at the moment

    It’s doable with some custom css – can you say which category, and exactly what you want changed ?

    Thread Starter Pierre Lemarchand

    (@raivavae)

    The category “Privé : Réservé aux membres de l’ASCPF” and its forums. I’d like to change the colour of their titles.

    If you mean colors in the main menu, find menu-item-id (for example <li id=”menu-item-2678″>). You can set for that list item and chlild elements of it easily color,
    for example:

    #menu-item-2678 a:link, #menu-item-2678 li a:link,
    #menu-item-2678 a:visited, #menu-item-2678 li a:visited {
    color:red;
    }

    But in general I don’t see any method. BODY has class “post-id-…” but it is in every page different. It doesn’t have information about parent page.

    In order to do that BODY should have class for category, for example post-forum-id, which should be the first level forum. It would beIMO too complex to list the whole path.

    Plugin Author Robin W

    (@robin-w)

    I can’t see that as it is only for logged in users

    I’d need participant access to give you the css code

    Thread Starter Pierre Lemarchand

    (@raivavae)

    Ok how can I send you in private the access codes I have created for you?

    Thread Starter Pierre Lemarchand

    (@raivavae)

    I have sent them to you e-mail adress.

    Plugin Author Robin W

    (@robin-w)

    put one of these (but not both) in the custom css tab of my plugin

    one changes just the main title, the other all titles in that section

    #forums-list-10666 ul a.bbp-forum-name {
    	color: blue !important;
    }
    #forums-list-10666 ul a {
    	color: blue !important;
    }
    Thread Starter Pierre Lemarchand

    (@raivavae)

    Perfect: thank you!

    I didn’t have noticed that opportunity. Which element does have the id #forums-list-???

    Sorry but I don’t understand how forums-list-XXXXX can be used for that.

    I have just in one page and once that id in the forum list page.
    I can’t give different color on the base of it.

    I have just “forums-list-0”

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Change colour of a specific forum and category?’ is closed to new replies.