Viewing 13 replies - 1 through 13 (of 13 total)
  • Hi Jidy, what do you mean by onglets?
    About your first question, add the following code to your child style.css:

    .page-header {
        display: none;
    }
    Thread Starter Jidy

    (@jidy)

    By “onglets”, I means Button Menu:)

    Thank you for your answer of the second question.
    I ll try it.

    Thread Starter Jidy

    (@jidy)

    Sorry, but I already tried to modified code and I broke my page in past.
    Your guys saved me. So now, I prefer to be sur :

    .page-header {
    display: none;
    }

    I must to copy paste in this way :
    ->Appearance
    ->Editor
    ->Styles
    Stylesheet
    (style.css)

    ?

    Let me know , thank you

    Hey,
    So add that css in the theme options > advanced settings > custom css box.
    don’t edit any files, or use the wordpress editor

    Kadence Themes

    Thread Starter Jidy

    (@jidy)

    Hi,

    cool it works !

    and could you help me for the second question ?
    – Is it possible to switch a different color when we roll over tabs ? (menu butons )

    Thank you

    #nav-main ul.sf-menu a:hover {
    color:#555555;
    }

    Kadence themes

    Thread Starter Jidy

    (@jidy)

    Hi,

    thanks for the code, but my menu is the secondary navigation (not the nav main)

    Please let me know the code to do that ??

    and is it possible when we click on a tab menu, this tab get and stay another color ?

    Many thanks

    add this:

    #nav-second ul.sf-menu a:hover, #nav-second ul.sf-menu li.current-menu-item > a, #nav-second ul.sf-menu ul li a:hover {
    color:#555555;
    }

    Kadence Themes

    Thread Starter Jidy

    (@jidy)

    Hi,

    thank you for your quick answer.
    I would like to change the Background Button color to.
    Is it possible ?

    Thank you

    For which button? all the primary buttons are adjusted by switching the primary colors in the basic settings of the theme options.

    Kadence Themes

    Thread Starter Jidy

    (@jidy)

    For the Nav second .
    This menu button :
    ACCUEIL EDUCATION REEDUCATION MON PARCOUR

    https://www.canisens.fr/

    I would like that this button change color when we roll over.
    Not only the font but the background button too.

    In “Basic Styling” 20% lighter than Primary Color, when I change that, nothing change.
    (just 20%…)

    Let me know if it s possible.

    Thank you

    #nav-second ul.sf-menu a:hover, #nav-second ul.sf-menu li.current-menu-item > a, #nav-second ul.sf-menu ul li a:hover {
    color:#444;
    background:#fff;
    }

    Kadence Themes

    Thread Starter Jidy

    (@jidy)

    Hi ,

    Thank you so much, it works !
    Have a nice week end.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘How to : Disable Page title & Make a color of rollover buttons’ is closed to new replies.