This topic has 8 replies, 2 voices, and was last updated 6 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

    Attachments:
    You must be logged in to view attached files.
    #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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #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

    Attachments:
    You must be logged in to view attached files.
    #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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #186887
     emmanuel
    Participant

    how to change the font style for the profile name

    Attachments:
    You must be logged in to view attached files.
    #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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

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?