• Resolved 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 2 replies - 1 through 2 (of 2 total)
  • Hi @ Supernova42,
    The best option:

    You can add own themes for your forum in the /wp-content/themes-asgarosforum directory (for example: /wp-content/themes-asgarosforum/my-theme). All themes in the /wp-content/themes-asgarosforum can be activated in the forum options. Each theme must have the following files: style.css, mobile.css, widgets.css and editor.css.

    It will be unique

    Plugin Author Asgaros

    (@asgaros)

    Hello @supernova42

    Can you please try it again with the following code:

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

    Please dont forget to refresh the site with CTRL + F5 after applying the CSS changes.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Changing Forum Colors’ is closed to new replies.