-
Author
-
January 18, 2018 at 15:38 #186167emmanuelParticipant
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.January 19, 2018 at 20:00 #186294LauraModeratorHello, 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 solutionLaura 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 🙂
January 21, 2018 at 02:02 #186418emmanuelParticipantthank 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.January 22, 2018 at 10:58 #186563LauraModeratorHello, 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 solutionLaura 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 🙂
January 26, 2018 at 02:53 #186887emmanuelParticipanthow to change the font style for the profile name
Attachments:
You must be logged in to view attached files.January 26, 2018 at 22:17 #186960LauraModeratorHello, 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 solutionLaura 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 🙂
January 29, 2018 at 19:19 #187217LauraModeratorGlad 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 solutionLaura 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 🙂
-
AuthorPosts
You must be logged in to reply to this topic.