-
Author
-
January 18, 2018 at 15:38 #186167
emmanuel
Participanthello 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
January 19, 2018 at 20:00 #186294Laura
ModeratorHello, 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 solutionJanuary 21, 2018 at 02:02 #186418emmanuel
Participantthank 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
January 22, 2018 at 10:58 #186563Laura
ModeratorHello, 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 solutionJanuary 26, 2018 at 02:53 #186887emmanuel
Participanthow to change the font style for the profile name
January 26, 2018 at 22:17 #186960Laura
ModeratorHello, 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 solutionJanuary 29, 2018 at 19:19 #187217Laura
ModeratorGlad 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 -
AuthorPosts
Viewing 9 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic.