This topic has 8 replies, 2 voices, and was last updated 8 years by Laura.

  • Author
  • #186167
     emmanuel
    Participant

    hello how could i change the size of the profile pictures used in the member directory see attachment i would like it to be a little bigger

    #186294
     Laura
    Moderator

    Hello, please try by adding this to style.css of child theme

    COPY CODE
    
    .search-item .avatar {
        width: 110px !important;
        height: 110px !important;
    }
    .search-item .avatar img {
        width: 100px !important;
        height: 100px !important;
        max-width: 100% !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #186418
     emmanuel
    Participant

    thank you for the codes

    1. could i get the codes to adjust it only for the mobile website too

    2. Can i change the font family and size for the profile name

    #186563
     Laura
    Moderator

    Hello, please try with

    @media only screen and (max-width: 767px) {
    .author a {
        font-size: 20px !important;
    }
    .search-item .avatar {
        width: 110px !important;
        height: 110px !important;
    }
    .search-item .avatar img {
        width: 100px !important;
        height: 100px !important;
        max-width: 100% !important;
    }
    }
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #186887
     emmanuel
    Participant

    how to change the font style for the profile name

    #186960
     Laura
    Moderator

    Hello, what kind of change, color, font family, size…?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #186962
     emmanuel
    Participant

    any color, size and style

    #187069
     emmanuel
    Participant

    hello its ok i got it to change

    #187217
     Laura
    Moderator

    Glad you could resolve it 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?