Viewing 4 replies - 1 through 4 (of 4 total)
  • Do you mean in the nav menu itself? That is a gradient color used from repeating an image file.

    If you want to remove the gradient, you’ll need to edit the image file in a photo editing software (photoshop). You can find the image file at “images/lockman-menubg.png”.

    Or, you can specify a solid color (or gradien if you have the know-how) via CSS.

    Thread Starter jackgym

    (@jackgym)

    Thanks Josh, I don’t know how to edit the image file but I’ve worked a bit with CSS. Have you any more info to help?

    Thread Starter jackgym

    (@jackgym)

    I’ve just checked with Inkthemes and they’ve given me a solution. I appreciate your efforts Josh. Thanks.

    Thread Starter jackgym

    (@jackgym)

    Hi, just thought I’d put the solution to my problem in here for future reference.

    .menu_bar {
    background-image: none!important;
    background:#668aac;}
    #menu .ddsmoothmenu li a {
    background-image: none;}
    #menu li:hover a, #menu li.current_page_item a {
    background: #657d95!important;
    background-image: none!important;}

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove shadow effect under nav bar.’ is closed to new replies.