Find Answers and Get Support › Forums › Cera – Intranet & Community Theme › Website Setup › Menus › Change Header (Buddy Press Search + Profile)
- This topic has 1 reply, 2 voices, and was last updated 4 years, 7 months ago by
Manathan.
-
AuthorPosts
-
raffiParticipant@ubasti
- 6 Topics
- 11 Posts
Hi there,
How can I change the header when logged in (the search bar and profile menu bar). Couldn’t find it in customize.
Would like to change the background color of it all, and all text/icons.
Background color: #252537
Text color: White
Icons: #5D66F0Let me know how possible. Thanks!
July 20, 2020 at 02:02 #15419@themodactyl- 0 Topics
- 6719 Posts
Hi @ubasti,
To edit the Logged in menu, please go to your dashboard and navigate to “Appearance > Menu > User – Logged In / Logged-out”. You’ll be able to edit all the items in the menu.
To change the background color of it all and all text/icons, simply add the following code snippet to your website:
/** * Style on logged in menu */ @media (min-width: 992px) { .logged-in #navigation.hamburger-navbar { background-color: #252537 !important; color: #fff !important; } .logged-in #navigation.hamburger-navbar .navbar-search form.search-form input.search-field:placeholder-shown, .logged-in #navigation.hamburger-navbar .navbar-search form.search-form input.search-field, .logged-in #navigation.hamburger-navbar .navbar-nav--search .search-form:after { color: inherit; } .logged-in #navigation.hamburger-navbar .navbar-nav.navbar-nav--buddypress > .menu-item:not(.menu-item--profile) > a { color: #5D66F0; } }
To add this code snippet to your site, we recommend that you paste it to the Custom CSS panel of your WordPress Customizer. Just go to your dashboard and navigate to “Appearance > Customize > Additional CSS”.
Pasting your code snippet there should do the trick for you.Also, it’s important to remember that we share snippet only to solve issues with our theme. Any further request for CSS snippets will have to be part of a defect that needs to be fixed urgently. No snippets will be shared otherwise.
If you want to go further with the customization of your website, we advise that you require customization work.
Regards,
July 23, 2020 at 08:36 #15524 -
AuthorPosts
Hi there,
This topic has been inactive for a while now so we will be closing it to keep the forum tidy. Don't hesitate to create a new topic if you still need help and we'll be glad to help you!
Best regards,
The Themosaurus team.
The topic ‘Change Header (Buddy Press Search + Profile)’ is closed to new replies.