Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

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

4 Posts
2 Users
0 Reactions
1,043 Views
tomasicsj
Posts: 4
Topic starter
(@tomasicsj)
Active Member
Joined: 7 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: 7 years ago

That's what I want to change with CSS.

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

Support Team
Posts: 5483

@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: 7 years ago

Active Member
Posts: 4

@sofy

AWESOME! Perfect! Thank you! ❤️