Changing basic color

Discussion in 'ColorWay WordPress Theme' started by chiroar, Oct 25, 2012.

  1. chiroar

    chiroar New Member

    Joined:
    Oct 18, 2012
    Messages:
    13
    Likes Received:
    0
    Want to change the color of the menu tab/dropdown menus and footer section from one of the basic to some custom colors?
     
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,

    We have given eight different color in the theme you can select from there. just go to
    Appearance -> Theme Option -> Styling Options -> Theme style sheet

    Select the color from here.

    Thanks.
     
  3. chiroar

    chiroar New Member

    Joined:
    Oct 18, 2012
    Messages:
    13
    Likes Received:
    0
    I know about the 8 basic colors which don't really go with our logo colors. Is there a code to use in CSS to alter your basic color to something custom for the menu tabs and footer areas?
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover, #menu li.current_page_item a {
    background:red!important;
    }
    #menu .ddsmoothmenu li li a:link, #menu .ddsmoothmenu li li a:visited {
    background: blue;
    }
    .footer-container {
    background: red!important;
    }
    .footer-navi{
    background: red!important;
    }
    
    Put color values as per your requirement.
     
  5. chiroar

    chiroar New Member

    Joined:
    Oct 18, 2012
    Messages:
    13
    Likes Received:
    0
    Thanks, worked great. As to a previous question, is there any way to add a little address/contact region to top right of colorway?
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    To achieve this you can add a banner which contain your logo image at the left side and your contact image at the right side and upload it as a logo.
    Use photoshop to do that.
     

Share This Page