Topic Resolution: Resolved
  • Closed
  • jord buis
    Spectator
    07.04.2015 at 20:08 #16181

    Hi theme4press,

    I have a question about the webkitboxshadow/moz-box-shadow/boxshadow in the header menu (gradient color line). is there a possibility to remove the gradient color line in it? I tried to set a number of lines in the css style to none but it wasn’t succesfull. Can you please tell me where to set the lines or remove the gradient line?

    Greats,

    Jord

    Roman
    Spectator
    Posts: 3147
    07.04.2015 at 21:40 #16185

    what about try Theme Options -> Styling -> Disable Menu Background , is it what you want?

    jord buis
    Spectator
    Posts: 5
    08.04.2015 at 18:18 #16217

    Hi Roman,

    I tried this option, but the menu-header turns white instead of blue. Is there a possibility to turn in blue without the gradient line?

    Gr.

    Jord

    Roman
    Spectator
    Posts: 3147
    08.04.2015 at 21:20 #16222

    try Custom CSS:

    .menu-header {background-color:blue;}

    or change the blue value with a hex code

    jord buis
    Spectator
    Posts: 5
    08.04.2015 at 22:56 #16227

    Filled the code in the custom css, but there aren’t any differentes. Also when i disable the background color, the menu turns white. Do you have any options left? (thanks for the reply’s)

    Roman
    Spectator
    Posts: 3147
    09.04.2015 at 07:50 #16235

    add in the rule the !important mark:

    .menu-header {background-color:blue!important;}

    jord buis
    Spectator
    Posts: 5
    09.04.2015 at 20:17 #16257

    It worked! Thanks you verry much! I also want to change color of the header/widget/col beneath the slider. Is it the same code but a different first word? .????? {background-color:blue!important;}

    (excuse my english writing)

    Greats,

    Jord

    jord buis
    Spectator
    Posts: 5
    09.04.2015 at 20:25 #16260

    Never mind, i fixed the colors with your lead, Thanks!

    Gr.

    from Holland