Menu Text Size

After the last update my Dazzling Theme is mixed up…
The Font Size from my Menu Bar is too small, by hovering with the mouse over the Menu the black font color changes to white, exactly as the background, so it becomes invisible…
The menu point “home” is gone when being on the “home” page, just like that at the other menu-points at the corresponding sites.
Tried to change different CSS-Styles from the support forum, tried to install the “Google Font Manager” for the typographie, nothing worked…
Can you help me?
Thanks a lot!

Hello there,

I hope you are doing well today.

Could you please provide a link to your website so that I can inspect it?

Best Regards,
Support

www.kidoto.de

regards
mikel

correction:
www.kidfoto.de

regards
mikel

Hello there,

I hope you are doing well today.

You can use the following CSS code to edit the menu font by going to Appearance > Customize > Additional CSS and pasting it there.


/*Menu font changes*/
.navbar-default .navbar-nav > li > a {
    color: #b21847;
    font-size: 20px;
}

.navbar-default .navbar-nav > li > a:hover {
    color: black;
}

.navbar-default .navbar-nav > .active > a {
    color: #b21847;
}

Best Regards,
Support

…sorry, no effect and a lot of error reports… :frowning:

hey there

Can you tell me what errors you have? please share screenshot, most probably you copy pasted css code not properly

Seems it really was a problem of copy and paste, tried it again and now it works.
Problem solved, thank you very much!!!

Hi, there

Awesome :smiley:
Now I will now close the topic and mark it as resolved. Feel free to contact us again Thanks!