BuddyBoss Home – Web › Support Forums › Themes › OneSocial theme › Titlebar Styling
Tagged: CSS Titlebar
- This topic has 6 replies, 2 contibutors, and was last updated 8 years, 9 months ago by Anonymous.
Question
January 31, 2016 at 1:05 pm #57744@goofdog88In the theme editor, there is the option to change the background color of the navigation area, the Titlebar Background. There is no option (that I can see) to change the color of the text for menu items that display in the Titlebar.
I would hate to think that I can change the color in the admin screen for the Titlebar, but not that same option for the text color that appears in the same area. If I change to a dark color, the menu items are no longer visible.
Answers
January 31, 2016 at 1:14 pm #57746@goofdog88Quickly adding to this thread – I added this new post as the “fix” in a similar post does not work – the active menu item is not correctly styled and is still hidden
February 1, 2016 at 2:22 am #57776@
AnonymousHi @goofdog88
You can use following custom css to change the title color, replace black with your required color hex code@media screen and (min-width: 481px){ .main-navigation li a { color: black; } }
https://www.buddyboss.com/support-forums/topic/title-bar-styling/#post-57666
For active menu in top nav, we have added decoration below the nav link
https://drive.google.com/file/d/0BxzNBu6bZdtHbzlUTUJ1ZWVnc1k/view?usp=drivesdk
RegardsFebruary 1, 2016 at 9:19 am #57801@goofdog88Hi Varun,
I am not sure you are understanding.
Even though I have applied the code above, which was in a different post, it does not affect the active menu item.
Please re-read my first and second post where I mentioned that I have read and applied the suggested fix, but that is not working.
Thank you very much, and I am really looking forward to a fix 🙂
February 1, 2016 at 12:05 pm #57819@
AnonymousHi @goofdog88
Yes you are right
please take a look of following thread
https://www.buddyboss.com/support-forums/topic/title-styling-css/#post-57816
Regards
Varun DubeyFebruary 1, 2016 at 9:46 pm #57874@goofdog88Hi @vapvarun – can you please provide me here, the working script to change Menu Item text color in the main Titlebar?
Thank you
February 2, 2016 at 8:39 am #57911@
AnonymousHi @goofdog88
Please download fresh version of child theme and upload it at your site, it will fix your issue
Regards
Varun Dubey
- The question ‘Titlebar Styling’ is closed to new replies.