Ive managed to get my hyperlinks underlined by default, but im having trouble figuring out how to make them stay a specific color other than that of the rest of the text. I realize I can change it when im posting, but id like to set a default.
Any help would be appreciated thanks.
Hi awsome-dudes,
Please leave forum URL.
Im looking to find out how to underline and change the colour of all links posted in our forums, any help would be appreciated.
All color settings are located in Dashboard > Forums > Settings > Styles admin page. You can change whole forum color set. Please read wpForo doc:
wpForo Styles: https://wpforo.com/docs/root/wpforo-settings/style-settings/
wpForo Colors of a Style: https://wpforo.com/docs/root/forum-themes/theme-styles/
In case you only want to change link colors you should use the #11 (default, visited) and #15 (hover) colors. For more specific change of link colors you should use this CSS code:
.wpfcl-a{color:#008000;}
#wpforo #wpforo-wrap a:hover{color:#008000;}
#wpforo #wpforo-wrap a:active {color:#008000;}
#wpforo #wpforo-wrap a { color:#008000; }
#wpforo #wpforo-wrap a:visited { color:#008000; }
#wpforo #wpforo-wrap a {text-decoration: underline;}
Put this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Textarea. Delete all caches and do Ctrl+F5 on forum page.
Thank you for your reply,
The above information was unfortunately not useful.
WPforo's basic design consists and is made up mostly of 'links'. So, changing any of the above colours or code changes ALL of the forums text.
I am looking to change the colour of hyperlinks only. eg flagship gaming
Could you please further advise. Thanks and have a good day 🙂