Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Question

    #57744
    @goofdog88

    In 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

    #57746
    @goofdog88

    Quickly 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

    #57776
    @vapvarun

    Hi @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
    Regards

    #57801
    @goofdog88

    Hi 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 🙂

    #57819
    @vapvarun

    Hi @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 Dubey

    #57874
    @goofdog88

    Hi @vapvarun – can you please provide me here, the working script to change Menu Item text color in the main Titlebar?

    Thank you

    #57911
    @vapvarun

    Hi @goofdog88

    Please download fresh version of child theme and upload it at your site, it will fix your issue
    Regards
    Varun Dubey

Viewing 7 posts - 1 through 7 (of 7 total)
  • The question ‘Titlebar Styling’ is closed to new replies.