Changing colour of Menu Bar please help??

Discussion in 'General InkThemes Discussion and Feedback' started by chrisr, Feb 21, 2013.

?

Changing colour of Menu Bar please help??

  1. Please help

    0 vote(s)
    0.0%
  2. Changing Menu Color Infoway theme

    0 vote(s)
    0.0%
Multiple votes are allowed.
  1. chrisr

    chrisr Member

    Joined:
    Mar 27, 2012
    Messages:
    38
    Likes Received:
    0
    I am using the theme Infoway Pro Responsive Theme on a website I am building http://www.testingenviroment.com/megaservices I need the "standard rates" and the "Multi service Discount" to be red constantly (just like how the home page is orange) I want these to be red all the time, would someone please give me the custom css code to do this????????
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    InfoWay Pro Responsive theme available in ten different scheme,
    Just go to Appearance > Theme Option > Styling Option >Theme Stylesheet
    and select color from there.
     
  3. chrisr

    chrisr Member

    Joined:
    Mar 27, 2012
    Messages:
    38
    Likes Received:
    0
    As mentioned above I want to menu bars to be red all the time and to keep the orange layout as it is I do not believe this can be achieved with your comment above?
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your custom css
    Appearance -> Theme Options -> Styling Options -> Custom CSS
    Code:
    #menu .ddsmoothmenu li.page-item-124 a {
    background-color: red;
    }
    #menu .ddsmoothmenu li.page-item-126 a {
    background-color: red;
    }
    this will solve your issue.
     

Share This Page