Okay
  Public Ticket #4304788
Forcing Capital Case on Bio
Open

Comments

  •  13
    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


  •  365
    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

  •  13
    Eric replied

    THANK YOU Pat,

    There was still a small space to the left of the Persons name, so I added a margin adjustment and that seemed to do the trick!

    body .nectar_team_member_overlay .team_member_details h2 {
        padding-left: 0 !important;
        margin-left: -2px !important;
    }

    Thanks as always for the great support!

  •  365
    Pat replied

    Hi Eric,

    Thank you for contacting us, and especially for sharing the workaround update.

    We're glad to hear that you managed to figure this out.

    If you have any further questions or encounter any difficulties along the way, please don't hesitate to reach out

     

    Best wishes,

    Salient Theme Support