Footer Color change

Discussion in 'ColorWay WordPress Theme' started by salliealain, Dec 12, 2014.

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

    salliealain New Member

    Joined:
    Mar 11, 2013
    Messages:
    26
    Likes Received:
    0
    Hello again,

    I want to change both the footer colours to my own: #fa59564

    I read before in the forum how to do it, but I have no clue! Can you be so kind to write it for me EXACTLY how I should with the font value above? Thank you so much.

    Also, I need to change the "highlighted button" colour of the menu to the colour value I wrote above.

    Thank you! :)
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .footer-container {
    background: #fa5956;
    }
    .footer-navi {
    background: #fa5956;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. salliealain

    salliealain New Member

    Joined:
    Mar 11, 2013
    Messages:
    26
    Likes Received:
    0
    Hi thanks but it did not work, please see picture ... it should be in gold.. ty
     

    Attached Files:

  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section to change active menu background-color.
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    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 {
    color: #fff;
    background: #fa5956;
    }
    #menu .ddsmoothmenu li li a.selected, #menu .ddsmoothmenu li li a:hover {
    color: #FFFFFF;
    background: #fa5956;
    }
    Please specify what do you want with footer, you said that your have to change color of both footer to #fa5956 so is did that.

    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  5. salliealain

    salliealain New Member

    Joined:
    Mar 11, 2013
    Messages:
    26
    Likes Received:
    0
    Oh my bad, I had the wrong colour value! Thank you so much that is wonderful! Worked like a charm..
     
  6. salliealain

    salliealain New Member

    Joined:
    Mar 11, 2013
    Messages:
    26
    Likes Received:
    0
    Ok now I have a new "problem". The drop down menu buttons are not in the colour I want (gold). How can I change it to match the rest. Please see picture, thanks !
     

    Attached Files:

  7. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #menu .ddsmoothmenu li li {
    background: #C2B19A;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  8. salliealain

    salliealain New Member

    Joined:
    Mar 11, 2013
    Messages:
    26
    Likes Received:
    0
    Yes that worked, but now when I hover over the items on the drop down menu, it is red. Can I make it white when I hover over JUST the drop down items?
    Please see pic for reference, ty
     

    Attached Files:

  9. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #menu .ddsmoothmenu li li a.selected, #menu .ddsmoothmenu li li a:hover {
    background: #FFFFFF;
    }
    Thanks & Regards
    Pramod
     
  10. salliealain

    salliealain New Member

    Joined:
    Mar 11, 2013
    Messages:
    26
    Likes Received:
    0
    Absolutely amazing, thank you so much... am SO close to achieving the exact look I am hoping for... thanks for your patience, I have a couple more questions coming up asap..
     
Thread Status:
Not open for further replies.

Share This Page