• Resolved supernova42

    (@supernova42)


    I have changed the color of my forum using the Forum Options page. This changes the solid bars (background color) with the Category and Last Post which is great. However, it also changes the Forum Name within each Category which I don’t want.

    I’ve tried to change these forum names with CSS and div.forum-name {color: blue;} but that does not work. Can you let me know how I can change these colors with CSS please.

    Many thanks again.

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

    (@asgaros)

    Hello @supernova42

    Please try the following CSS code:

    #af-wrapper .forum-name a {
        color: blue;
    }
    Thread Starter supernova42

    (@supernova42)

    That doesn’t work unfortunately. I put it at the end of my CSS file. I also tried a few variations. Do you have any other suggestions please.

    Many Thanks

    Thread Starter supernova42

    (@supernova42)

    Hi Asgaros

    I wasn’t sure if I needed to re-submit this

    I have changed the color of my forum using the Forum Options page. This changes the solid bars (background color) with the Category and Last Post which is great. However, it also changes the Forum Name within each Category which I don’t want.
    I’ve tried to change these forum names with CSS and div.forum-name {color: blue;} but that does not work. Can you let me know how I can change these colors with CSS please.

    You gave me the following code as a suggestion but unfortunately it doesn’t work. I put the code at the end of my CSS files and also tried a few combinations but with no luck.

    #af-wrapper .forum-name a {
    color: blue; }

    Do you have anything else I could try.

    Many Thanks

    PS
    One thought I had was – Perhaps these Forum Names should fall under ‘Text Color’ instead of ‘Forum Color’. That would make sense and would solve the problem.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing color of Forum Names’ is closed to new replies.