• Resolved gquick128

    (@gquick128)


    Hi Kadence Team,
    when i customized the primary font color in option panel (put in red for exemple) it’s work well on my page ONLY if i set “Hide Page Title” to “Hide”.
    if i set “Hide Page Title” to “Show” my menu font color was all the time black.

    I try to overwrite this with custom css :
    .kad-primary-nav ul.sf-menu a {
    color: red;
    }
    but without a good result.
    I use a default template with Free Pinnacle 1.3.9

    Is it a bug or something that i’m not doing correctly ?

    Thank’s for your help

Viewing 5 replies - 1 through 5 (of 5 total)
  • This same behavior is being exhibited on my test site. I don’t know whether or not it’s a big, but if you change that CSS to this:

    .kad-primary-nav ul.sf-menu a span {
    color: red;
    }

    then your color should stay. Let me know if that works for you.

    Thread Starter gquick128

    (@gquick128)

    yes it work for me.
    with and without title show

    Thread Starter gquick128

    (@gquick128)

    Hi Kadence Team, is it a bug ?

    thank’s Kevin for the workaroud.

    Hey,
    If your page title is set to be behind the header then that makes your header transparent. You can set the menu colors for a transparent header in your theme options > site header.

    Kadence Themes

    Thread Starter gquick128

    (@gquick128)

    OK Thank’s i have not undersand that this configuration is for all the pages and not only for the home page due to my mixed of hide and not hide header.

    It’s work well

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘menu font color not applied’ is closed to new replies.