Okay
  Public Ticket #4304788
Forcing Capital Case on Bio
Open

Comments

  •  11
    Eric started the conversation


    Hey guys...absolutely love the bio module in the theme. The client noticed that even though the Job Position shows accurately on rollover, when you click into the module oddly, it seems to force the title to a Title Case...so in this instance when you click into the module even though the o in of is not capitalized it shows capatalized in the bio module and oddly there appears to be a space in front of the name now so it does not perfectly align left. Can you let us know if there is any easy way to resolve these two anomalies?


    2945703177.png

    5224196472.png

    2440099301.png


  •  352
    Pat replied

    Hi Dennis,

    Great to have you back.

    Please add the following css script to your Salient > General Settings > CSS/Script Related > Custom CSS Code box:

    body .nectar_team_member_overlay .team_member_details .title {
        text-transform: none !important;
    }
    
    body .nectar_team_member_overlay .team_member_details h2 {
        padding-left: 0 !important;
    }

    Let us know if this helps and if you have any other questions.

     

    Best wishes,

    Salient Theme Support