WoodPecker Theme - Navigation

Discussion in 'Woodpecker WordPress Business Theme' started by jeffery, May 20, 2014.

  1. jeffery

    jeffery New Member

    Joined:
    Feb 27, 2014
    Messages:
    2
    Likes Received:
    0
    Hi Guys,

    I am wanting to change the color of my Navigation... The standard theme allows me to select generic colors, however, I want to enter the HEX color number...

    Please help, Jeff b...
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .nav-wrapper ul li a:hover, .nav-wrapper ul li.current-menu-item a, .nav-wrapper ul li.current_page_item a {
    color: #FF0000;
    background: #009933 ! important;
    }
     
    In place of "#FF0000" and "#009933" you can put your color or HEX color code.
    This will solve your issue.
     

Share This Page