Okay
  Public Ticket #1494523
Team Member Style
Closed

Comments

  •  4
    bjoern started the conversation

    Hi, 

    how I can change the Font size and Font color for the Team Member Name and Position (like CEO) for the Bio Shown Fullscreen Modal Style, but in the preview, not the Fullscreen. 

    thanks

  •  8,443
    Tahir replied

    Hey Again,

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

    Thanks


    ThemeNectar Support Team 

  •   bjoern replied privately
  •  8,443
    Tahir replied

    Hey Again,

    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):

    .team-member[data-style="meta_overlaid"] .team-meta h3, .team-member[data-style="meta_overlaid_alt"] .team-meta h3, .team-member[data-style="bio_fullscreen"] .team-meta h3 {
        color: #fff !important;
        font-size: 34px !important;
        line-height: 38px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  4
    bjoern replied

    works, great, thanks ;)