Forums
Home / Plugin: ProfileGrid – User Profiles, Groups and Communities / Color Change
(@svenrop)
1 week, 3 days ago
Hello, I want to change the name color in [profilegrid_user_activities] and the outer lines of the frame, but I do not know where to find the css.Regards Sven
(@profilegrid0)
1 week ago
Hi?@svenrop,
You can use the below CSS code. You can apply this from “Appearance >> Customize >> Additional CSS” in dashboard.
.pg-user-activity-content .pg-user-activity-header a { color: #ff0000;}
/*Box Border Color */
.pg-user-activities { box-shadow: none; border: 1px solid #efefef;}
I hope this helps, let us know if you have any other questions.