Custom Color in Menu and footer

Discussion in 'ColorWay WordPress Theme' started by networkcarecenter, Sep 17, 2013.

Thread Status:
Not open for further replies.
  1. networkcarecenter

    networkcarecenter New Member

    Joined:
    Sep 17, 2013
    Messages:
    12
    Likes Received:
    0
    Hi I searched around through the forum and I didn't seem to find a solution that worked.
    Here, is the website I am working on, currently we have our old website active on the front end, and we are working with the colorway template on adding new pages in the backend.
    http://networkcarecenter.com/demo-page/

    I would like to put custom colors for the menu, submenus, links, quote marks as well as the footer.

    I tried using the Custom CSS in the theme options.

    Thanks!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1.For your first issue

    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;
    }
    #menu .ddsmoothmenu li li {
    background: red;
    }
    #menu .ddsmoothmenu li li a.selected, #menu .ddsmoothmenu li li a:hover {
        background:green;
    }
    2.For your second issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .footer-container{
    background:red;
    }
    .footer-navi {
    background: red;
    }
    Inplace of "red" put your color code.
     
  3. networkcarecenter

    networkcarecenter New Member

    Joined:
    Sep 17, 2013
    Messages:
    12
    Likes Received:
    0
    Thank you! works perfectly
     
Thread Status:
Not open for further replies.

Share This Page