Need to increase the size of team title font

Home Forums Jevelin Theme Need to increase the size of team title font

Home Forums Jevelin Theme Need to increase the size of team title font

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • [email protected]
    Participant

    Hi, im trying to increase the size of NAME and PROFESSION in team widget , but cant do it. Please look at the atach

    In trying using code in css: .sh-team-name h3 {
    font-size: 15px;
    }

    Doesnt work

    Please tell me , what can i do?

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi @jijuna,

     

    I hope you are well today and thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-team .sh-team-name h3 {
        font-size: 18px;
    }
    
    .sh-team .sh-team-role {
        font-size: 15px;
    }

     

    Best regards,
    Shufflehound team

    [email protected]
    Participant
    .sh-team .sh-team-name h3 {
        font-size: 18px;
    }
    
    is working
    
    but
    
    
    .sh-team .sh-team-role {
        font-size: 15px;
    }
    
    
    Is not, look here: http://www.optimusproducciones.com/cdr/

    Solution for this topic

    Just try changing that code as following.

     

    #page-container .sh-team .sh-team-role {
        font-size: 15px;
    }

    [email protected]
    Participant

    gracias

    You are most welcome here 🙂

Viewing 6 posts - 1 through 6 (of 6 total)