-
Author
-
March 24, 2018 at 19:23 #192899ThrewTheNevRParticipant
Is there a way to completely hide the nav bar with the icons on profile page?
I tried to at the least hide the icons separately using
#buddypress div#item-nav ul #activity-personal-li {
display: none;
}
Yet it doesn’t seem to remove the icon or the text under it.
March 24, 2018 at 19:28 #192901Kieran_SQModeratorHi,
If you wish to completely remove the nav bar from the profile please use the below CSS in your KLEO Child theme’s style.css by going to WP Admin > Appearance > Editor > KLEO Child > Style.css or into Theme Options > General Settings > Scroll to: ‘Quick CSS’
COPY CODE.profile #buddypress #item-nav { display: none !important; }
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
March 24, 2018 at 19:37 #192906ThrewTheNevRParticipantThank you so much it worked perfectly placing it in themes options.
March 24, 2018 at 19:44 #192911Kieran_SQModeratorGreat to hear 🙂 Feel free to open a new ticket any time with any other questions and we’ll be happy to assist.
All the best,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.