Customizing Main Navigation Menu

Discussion in 'Appointway WordPress Theme' started by prmaner, Jun 5, 2014.

  1. prmaner

    prmaner Guest

    Joined:
    Apr 26, 2014
    Messages:
    7
    Likes Received:
    1
    Hello;

    I was wondering what css code that I should apply for customizing the Main Menu Buttons..
    Please see: http://piobootcamp.com/test/

    I have already changed the color of the parent buttons, the other problem now is I want to change the Child menu (on hover) color too.

    There is another glitch that I can see on the navigation menu. If we will open this link: http://piobootcamp.com/test/outline_bootcamp/ and hover on the the parent button i.e Boot Camp, the child menu is showing an excess or white border on the side.

    I will show you a print screen:

    [​IMG]


    If the reason for the excess or misplaced white line is in the browser or something, but apparently I used chrome and firefox and displayed the same thing. What do you think?

    I hope I had given you enough details to understand my request. I will be waiting for your response. Thank you.

    Have a great day.


    -PG
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    #menu .ddsmoothmenu li li a:hover {
    color: red;
    }
    #menu .ddsmoothmenu li ul li.current_page_item a {
    margin-left: 0;
    }
    li#menu-item-124 {
    background: url('http://piobootcamp.com/test/wp-content/themes/appointwaytheme/css/color/images/drop-menu-bg-yellow.png')!important;
    width: 191px;
    margin-left: 1px!important;
    }
     

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page