change color of letters in Menu
Quote from rjk on June 30, 2019, 8:13 pmHello,
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,
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.
Quote from Asgaros on June 30, 2019, 8:35 pmHello @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
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
Quote from rjk on July 4, 2019, 10:51 amQuote from Asgaros on June 30, 2019, 8:35 pmHello @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; }
- #af-wrapper #forum-navigation a {
- color: red !important;
- }
#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; }
- #af-wrapper .forum-menu a {
- color: red !important;
- }
#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 ??
Quote from Asgaros on June 30, 2019, 8:35 pmHello @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; }
- #af-wrapper #forum-navigation a {
- color: red !important;
- }
#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; }
- #af-wrapper .forum-menu a {
- color: red !important;
- }
#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 ??
Quote from Asgaros on July 4, 2019, 11:15 amHello @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.
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.
Quote from rjk on July 4, 2019, 10:10 pmMany 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.
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.
Quote from Asgaros on July 5, 2019, 7:33 pmHello @rjk
Can you provide a link to your forum so I can have a direct look into the generated page?
Hello @rjk
Can you provide a link to your forum so I can have a direct look into the generated page?
Quote from rjk on July 8, 2019, 8:09 pmQuote from Asgaros on July 5, 2019, 7:33 pmHello @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 🙂
Quote from Asgaros on July 5, 2019, 7:33 pmHello @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 🙂
Quote from Asgaros on July 8, 2019, 8:44 pmHello 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?
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?
Quote from rjk on July 9, 2019, 6:30 pmMany 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.
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.