Mar 29, 2020 6:44 pm
Hi , I wanna change the post link color only, which in place 1.
I tried to setup the style setting in admin panel, and the highlight 1 and 2 will both be changed if I setup new color for color #15.
7 Replies
Mar 30, 2020 9:38 am
Hi @pandajohn,
Use the CSS code below:
#wpforo #wpforo-wrap .wpforo-content .wpf-right .wpforo-post-content a{
color:#511fea !important;
}
The CSS code should be added in the "Custom CSS code" textarea, located in the Dashboard > Forums > Settings > Style Tab.
The red marked code can be changed as you want.
Please don't forget to delete all caches and press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.