bizway changing bar color

Discussion in 'ColorWay WordPress Theme' started by miraclepoint, Jun 7, 2015.

  1. miraclepoint

    miraclepoint New Member

    Joined:
    May 31, 2015
    Messages:
    1
    Likes Received:
    0
  2. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Hello,

    Greetings from InkThemes,

    You can resolve it yourself, All you have to do is just go to Dashboard->Appearance->Theme Options->Styling Option->Custom CSS

    field and try to cut paste the given below CSS code there .

    Code:
    .menu-container {
      background: #26A3A8 !important;
    }
     
    #menu li a:hover, #menu li.current_page_item a {
      background: #7B7B7B url(images/menutip.png) top center no-repeat !important;
    }
     
    #menu .ddsmoothmenu li a {
      border-left: 1px solid #CDCBCB !important;
    }
    Do let me know if you need further assistance,
     

Share This Page