-
Anve S. replied to the question Remove Name in the forum Social Portfolio 8 years, 10 months ago
-
Erika replied to the question Categories in the forum Social Portfolio 8 years, 10 months ago
Thank you as well @heavenlygiftedpeople
-
Anve S. replied to the question Categories in the forum Social Portfolio 8 years, 10 months ago
Thankyou very much @heavenlygiftedpeople 🙂
-
Anve S. replied to the question Remove Name in the forum Social Portfolio 8 years, 10 months ago
Please place the following code in child theme’s custom css .
.xprofile #buddypress #item-header .profile-info span.profile-field {
margin-top: 15px;
}
Regards
Anve -
Anve S. replied to the question Right Align Follow Button in the forum Social Portfolio 8 years, 10 months ago
Great 🙂 , I’ll close this topic now . Please create a new topic for the further queries.
Regards
Anve -
Anve S. replied to the question Remove Drop Down in the forum Social Portfolio 8 years, 10 months ago
Great 🙂 . I’ll close this topic now . Please create a new for any of your other questions.
Regards
Anve -
Anve S. replied to the question Remove Name in the forum Social Portfolio 8 years, 10 months ago
Please place the following code in child theme’s custom css . This will move the city text downwards , hence will look perfect on every screen size .
body.bp-user.projects #buddypress #item-header .profile-info span.profile-field {
margin-top: 15px!important;
}
Regards
Anve -
Anve S. replied to the question Right Align Follow Button in the forum Social Portfolio 8 years, 10 months ago
Please place the following css code in custom css option of child theme.
@media screen and (min-width:481px){
body.projects.bp-user #buddypress #item-header #item-meta #item-buttons .generic-button {
float: none!Important;
}
}
Regards
Anve -
Anve S. replied to the question Remove Name in the forum Social Portfolio 8 years, 10 months ago
You can also use following css , apply it in child theme’s custom css .
#buddypress #item-header .profile-info h2.user-nicename {
display: none;
}
Regards
Anve -
Anve S. replied to the question Buddypress Advanced Search in the forum Social Portfolio 8 years, 10 months ago
I have checked the same page on your site , seems like the problem is resolved .Please let me know if you still need any help with this .
Regards
Anve -
Anve S. replied to the question Search Bar With No Background No Results in the forum Social Portfolio 8 years, 10 months ago
Please try applying the css using ‘simple custom css ‘ plugin. The css is not being applied on your site .
Regards
Anve -
Anve S. replied to the question Search Bar With No Background No Results in the forum Social Portfolio 8 years, 10 months ago
Please try adding following css in child theme’s custom css option.
#ui-id-1 li {
background-color: #fff !important;
}
Regards
Anve