Notifications
Clear all

wpForo 1.x.x [Solved] How To - Hyperlink default formatting

7 Posts
3 Users
1 Reactions
3,572 Views
Posts: 7
Topic starter
(@awsome-dudes)
Active Member
Joined: 8 years ago

 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.

6 Replies
Robert
Posts: 10590
Admin
(@robert)
Support Team
Joined: 9 years ago

Hi awsome-dudes,

Please leave forum URL.

TonyShark
Posts: 24
(@tonyshark)
Eminent Member
Joined: 7 years ago

Im looking to find out how to underline and change the colour of all links posted in our forums, any help would be appreciated.

Robert
Posts: 10590
Admin
(@robert)
Support Team
Joined: 9 years ago

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.

 

TonyShark
Posts: 24
(@tonyshark)
Eminent Member
Joined: 7 years ago

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 🙂

 

Page 1 / 2