• I am trying to change the font color for my heading in the sidebar profile widget ninja. I can see that it is controlled under typography>heading 4 (H4). When I use that control I can change all the other properties of the font but it won’t let me change the color. I’m trying to change it to white and it’s not doing anything. Any ideas?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello,

    It uses plugin stylesheet, therefore, the customizer settings are not applying on this widget.
    Add the below CSS code to the Customize > Custom CSS section to change the heading color.

    div#profile_widget_ninja-3 h4 {
        color: #ffffff;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Can’t Edit Profile Widget Ninja Header’ is closed to new replies.