Please or Register to create posts and topics.

change color of letters in Menu

Page 1 of 2Next

Hello,

Is it possible to change the colors of the forum for its letters in the menu’s?
I checked and tested in the appearance settings, but i dont see anything changing.

Also, same question for the background of the forum posts. It is very white and i would prefer having it somewhat darker(light grey or so).

many thanks for any help.

Hello @rjk

You mean the main-navigation in the top or the reply-buttons?

For the main-navigation you can use the following CSS:

#af-wrapper #forum-navigation a {
    color: red !important;
}

For the reply-buttons you can use this one:

#af-wrapper .forum-menu a {
    color: red !important;
}

You can add this code to Forum -> Appearance -> Custom CSS.

The posts-background can be changed by adjusting the colors in Forum -> Appearance:

  • Background color (First) for the post-content area
  • Background color (Second) for the post-author area
rjk has reacted to this post.
rjk
If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

thanks

Asgaros has reacted to this post.
Asgaros
Quote from Asgaros on June 30, 2019, 8:35 pm

Hello @rjk

You mean the main-navigation in the top or the reply-buttons?

For the main-navigation you can use the following CSS:

#af-wrapper #forum-navigation a {
    color: red !important;
}
  1. #af-wrapper #forum-navigation a {
  2. color: red !important;
  3. }
#af-wrapper #forum-navigation a {
    color: red !important;
}

For the reply-buttons you can use this one:

#af-wrapper .forum-menu a {
    color: red !important;
}
  1. #af-wrapper .forum-menu a {
  2. color: red !important;
  3. }
#af-wrapper .forum-menu a {
    color: red !important;
}

You can add this code to Forum -> Appearance -> Custom CSS.

The posts-background can be changed by adjusting the colors in Forum -> Appearance:

  • Background color (First) for the post-content area
  • Background color (Second) for the post-author area

i dont see any changes when using the css and the changed color ??

 

Hello @rjk

Have you cleared your browser-cache after applying those changes?

Also ensure that the wp-content\plugins\asgaros-forum\skin folder is writeable so that the custom.css file can get created.

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

Many thanks for the reply. Am using Firefox focus, that browser doesnt keep cookies. I am seeing changes when using the appearences memu, but i dont see qmy changes when using the css for the menu’s. The fonts are white and i would love to have them changed into black.

Hello @rjk

Can you provide a link to your forum so I can have a direct look into the generated page?

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!
Quote from Asgaros on July 5, 2019, 7:33 pm

Hello @rjk

Can you provide a link to your forum so I can have a direct look into the generated page?

 

And i apologize for the delay. Encountered some other problems with other plugins 🙂

Hello again @rjk

The css I posted seems not included in the generated css-file. Are you sure that you have added it to the “Custom CSS” area in Forum -> Appearance?

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

Many thanks for the reply. I have add the css again. I got some of the menu’s in black now(hooray). But not all of them. Also, i noticed when using the memberlist, i cannot show only the ordinary users. The list also shows the admin accounts.

Page 1 of 2Next