Notifications
Clear all

wpForo 1.x.x [Solved] Post, comment text area link color

4 Posts
2 Users
0 Likes
749 Views
tomasicsj
Posts: 4
Topic starter
(@tomasicsj)
Active Member
Joined: 5 years ago

Hi!

Can i change only the post, comment text link color? Any good and nice CSS maybe? Now the text use the forum style color #11 (or maybe #15), but im dont want to change the title link colors.

Thanks in advance! 

3 Replies
tomasicsj
Posts: 4
Topic starter
(@tomasicsj)
Active Member
Joined: 5 years ago

That's what I want to change with CSS.

2 Replies
Sofy
 Sofy
Admin
(@sofy)
Joined: 6 years ago

Support Team
Posts: 4309

@tomasicsj,

Try the following CSS code:

#wpforo #wpforo-wrap .wpforo-post-content a {
color: #7c7cff !important;
}

Put it in the "Custom CSS Code" textarea, located in the Dashboard > Forums > Settings > Styles tab. Change the red marked code before using it.

Also, please delete all caches and press CTRL+F5 (twice) on the frontend. 

tomasicsj
(@tomasicsj)
Joined: 5 years ago

Active Member
Posts: 4

@sofy

AWESOME! Perfect! Thank you! ❤️