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????????
InfoWay Pro Responsive theme available in ten different scheme, Just go to Appearance > Theme Option > Styling Option >Theme Stylesheet and select color from there.
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?
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.