Support » Plugin: Asgaros Forum » Can I change color of every Forum

  • Resolved nabeelpommy

    (@nabeelpommy)


    Hi, I create a category and put many forums in this category , the link is below
    https://www.buraqq.com/myforum/
    I want to change color of every forum , suppose my first forum name is General topics , so I want to keep color in this forum is blue and second forum name is “Assignments” and I want to keep red color for this Forum, is it possible to change every forum color as per our choice.

    Thank you in advance.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Asgaros

    (@asgaros)

    Hello @nabeelpommy

    Which color exactly do you want to change? The color of the forum-icon? The link-color? Or do you mean the overall-design when you are inside a specific forum?

    Thread Starter nabeelpommy

    (@nabeelpommy)

    Thank you for your responses, infect I want to change background color of any specific forum and link color accordingly.

    Plugin Author Asgaros

    (@asgaros)

    Hello @nabeelpommy

    In the overview you can change the forum-color with css-rules based on their IDs. For example a forum with the ID 2:

    #forum-2 {
    background-color: red !important;
    }
    
    #forum-2 a {
    color: green !important;
    }
    Thread Starter nabeelpommy

    (@nabeelpommy)

    thank you for your email, but would you please tell me where I have to write these lines, in custom css or at any other pleace

    Plugin Author Asgaros

    (@asgaros)

    Hello @nabeelpommy

    You can add this code for example to the custom-css area in the customizer in your theme. Alternatively you can add it to the style.css of your theme directly as well.

    Thread Starter nabeelpommy

    (@nabeelpommy)

    Well thank you very much dear, I have understand and made changes according to myself.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Can I change color of every Forum’ is closed to new replies.