Viewing 13 replies - 1 through 13 (of 13 total)
  • Hey,

    This CSS will depend on what content you have in your header. can you post a link so that I can take a look?

    -Kevin

    Thread Starter mertalkan

    (@mertalkan)

    Your menu text is set in Theme Options> Menu Settings> “Primary Menu Font.”

    Is that what you’re looking for?

    -Kevin

    Thread Starter mertalkan

    (@mertalkan)

    @media {} need to be included for a certain size

    Alrighty, try this:

    @media () {
    .nav-main ul.sf-menu > li > a, .kad-header-menu-inner .kt-header-extras ul.sf-menu > li > a, .kad-header-menu-inner .kt-header-extras .kt-extras-label [class*="kt-icon-"], .kt-header-extras .sf-vertical > li > a {
        color: blue !important;
        font-size: 12px !important;
        }
    }

    That should target everything in your menu. Let me know how that works for you.

    -Kevin

    Thread Starter mertalkan

    (@mertalkan)

    It was not

    Where are you adding the CSS? I’m not seeing it in your custom CSS box.

    -Kevin

    Thread Starter mertalkan

    (@mertalkan)

    Can you give me your mail address

    There shouldn’t be a need for an email to be shared. If you’re wanting to send a login, I advise never sending login information to anyone on these forums.

    @media (min-width: 992px) {
    .nav-main ul.sf-menu > li > a, .kad-header-menu-inner .kt-header-extras ul.sf-menu > li > a, .kad-header-menu-inner .kt-header-extras .kt-extras-label [class*="kt-icon-"], .kt-header-extras .sf-vertical > li > a {
        color: blue !important;
        font-size: 12px !important;
        }
    }

    Try adding this to Theme Options> Custom CSS. Let me know when you’ve placed the CSS there so I can test further.

    -Kevin

    Thread Starter mertalkan

    (@mertalkan)

    so much thank you

    Thread Starter mertalkan

    (@mertalkan)

    what is the class of the text in the pop-up menu

    I’m not seeing the above CSS in your custom CSS box. Is it working for you?

    You can target the submenu items with this CSS:

    .nav-main ul.sf-menu ul li a {
        color: blue !important;
    }

    -Kevin

    Thread Starter mertalkan

    (@mertalkan)

    thank you two work

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘header font-size changing which class’ is closed to new replies.