Okay
  Public Ticket #3076384
Team Member Modal
Closed

Comments

  •  3
    Letter27 started the conversation

    Hi! We are using the Team Member Modal on this page, but the Job Descriptions are not showing. Can you let me know how to get those to show? Thanks!

  •  8,839
    Tahir replied

    Hey Again,

    Seems to be loading in alright on my end in Chrome: 

    2304218299.png

    Thanks


    ThemeNectar Support Team 

  •  3
    Letter27 replied

    We have Job Titles loaded in the backend but they aren’t showing on the front end. For example, Amanda should have Client Service Specialist as her title. 

  •  8,839
    Tahir replied

    Hey Again,

    There seems to be CSS hiding the Position: 

    1939233221.pngClick on Image to View Larger

    Thanks 


    ThemeNectar Support Team 

  •  3
    Letter27 replied

    Do you have any idea where that would be coming from? I have poured over all of the CSS in the Custom area and it isn't there. Here is a copy of what is there: https://docs.google.com/document/d/1w_fKtLAFyR-uHAqgKb6jskbIiDqh69q_TGzY6CCPQNM/edit?usp=sharing

  •  8,839
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .row .col .team-member .position {
        display: block !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  3
    Letter27 replied

    That worked! Thank you!