Okay
  Public Ticket #2322350
Team Member - Change Color Name - Bio Full Screen
Closed

Comments

  • JM started the conversation

    Hello,

    I would like to change the color name in Full Screen Mode on Team Member. Many thanks in advance.
    J


  •  8,992
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  • JM replied

    Hello,
    Sorry, Currently I´ve the URL with password so I´ve attached a photo. I would like to change the name color.
    Thanks.
    J

  •  8,992
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .nectar_team_member_overlay.open .team_member_details h2 {
        color: #000 !important;
    }

    Thanks


    ThemeNectar Support Team 

  • JM replied

    Works! Super, Thanks :)