• Resolved svenrop

    (@svenrop)


    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

    • This topic was modified 1 week, 3 days ago by svenrop.
Viewing 1 replies (of 1 total)
  • Plugin Author ProfileGrid Support

    (@profilegrid0)

    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. 

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.